单选题 16位编译系统下int型数据占一个字节,则变量student1占(    )字节的空间。
   Struct  student
     {int  a[5];
      char b[5];
      float  c;
     }student1;
   (A)3    (B)7    (C)14    (D)19
【正确答案】 D
【答案解析】