若有下面的说明和定义:Struct test{ int ml; char m2;float m3;Union uu{ char u1[5];int u2[2];} ua;} myaa;则sizeof(struct test)的值是______。
A.12
B.16
C.14
D.9
正确答案是A