注意:此页面搜索的是所有试题
题目内容
(安阳师范学院计算机基础与程序设计)
写出下面程序的输出结果。
#include
main()
{struct stru {int a,b; char c[6];};
printf("%d\n",sizeof(struct stru);
}
#include
main()
{struct stru {int a,b; char c[6];};
printf("%d\n",sizeof(struct stru);
}
参考答案

