填空题
以下程序用来输出结构体变量ex所占存储单元的字节数,请填空。
struct st
char name[20]; double score;;
main()
struct st ex;
printf("ex size:%d\n", sizeof(______));
【参考答案】
struct st或ex
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
(1)()
点击查看答案
填空题
(1)()
点击查看答案
相关试题
(2)()
(2)()
(2)()