单项选择题

若有下面的说明和定义,则sizeof(struet test)的值是
struct test
int m1;
char m2;
float m3;
union uuchar u1[5];int u2[2]; ua;
myaa;

A.12
B.16
C.14
D.9