Union test{ Char a[3]; Int b[4]; Short c[5]; }; 一个test类型数据占用()个字节的空间。
A:10
B:16
C:29
D:30
出自:计算机科学