单选题 下面程序的输出结果是______。
typedef union{ double x[3];
int y[4];
char z[10];
}M;
M t;
main()
{printf("%dkn",sizeof(t));}
【正确答案】 C
【答案解析】