若int占4字节,char占1字节,float占4字节,假设定义如下,则sizeof(xc)的值为(         )。 struct stu{   union 
    { 
        char bj[5];        int bh[2]; 
     } xu;     char xm[8];     float cj;} xc; A.

17 B.

20 C.

18 D.

19