单项选择题

下面程序的输m结果是( )。
typedef union double x[3];
int y[4];
char z[10];
M;
M t;
main()
Printf("%d\n",sizeof(t));

A.32
B.26
C.24
D.4