设一整型(int)变量占用2个字节则下述共用体变量x所占用内存字节数为()。 union exp { int i; float j; double k; }x;
A.14个
B.7个
C.8个
D.随机而定
E.C
F.1
正确答案是C