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

【正确答案】 A
【答案解析】