以下程序的输出结果是【 】。 #include<stdio.h> main() {struct stru {int a; float b; char d[4]; }; printf("%d\n",sizeo

admin2009-02-15  15

问题 以下程序的输出结果是【  】。
   #include<stdio.h>
   main()
   {struct stru
   {int a;
   float b;
   char d[4];
   };
   printf("%d\n",sizeof(struct stru));}

选项

答案14

解析
转载请注明原文地址:https://kaotiyun.com/show/sJXp777K
0

随机试题
最新回复(0)