问题 单项选择题

有语句定义共用体类型变量:
  union
   int i;
   char ch;
   float f;
   a,bc;
  上面定义的共用体变量a、b、c各占( )字节。

A.4

B.2

C.7

D.1

答案

参考答案:A

判断题
问答题 简答题