A-A+ 以下程序的输出结果是typedef union{long x[2] int y[4]; char z[8]; } MYTYPE;MYTYPEthem;main( 2019-09-13 06:45:11 其它问题 阅读 问题详情 以下程序的输出结果是 typedef union{long x[2] int y[4]; char z[8]; } MYTYPE; MYTYPE them; main() { printf(%d ,sizeof(them));}A.32B.16C.8D.24请帮忙给出正确答案和分析,谢谢! 参考答案 查看解答