A-A+ 若有下面说明和定义:struct test{ int m1;char m2;float m3;union uu(char u1[5];int u2[2];)ua; 2020-06-12 10:48:32 其它问题 阅读 问题详情 若有下面说明和定义:struct test{ int m1;char m2;float m3;union uu(char u1[5];int u2[2];)ua;}myaa; 则sizeof(struct test)的值是()。A)20 B)16C)14 D)9 参考答案 查看解答