A-A+

下面程序的运行结果是typedef union student{ char name[10]; long sno; char sex; float score[

2020-10-12 15:32:18 IT认证 阅读

问题详情

下面程序的运行结果是typedef union student{ char name[10]; long sno; char sex; float score[4];}STU;main(){ STU a[5]; printf("%d ",sizeof(a));}

参考答案

考点: