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.32

B.16

C.8

D.24

请帮忙给出正确答案和分析,谢谢!

参考答案

题库:
考点:正确答案,程序