注意:此页面搜索的是所有试题
写出下面程序的输出结果。
#include
main()
{struct stru {int a,b; char c[6];};
printf("%d\n",sizeof(struct stru);
}

参考答案