填空题 15.设struct student
{
char name [20];
char sex;
}stu;
语句printf("%d\n",sizeof(stu));的输出结果是______。
  • 1、
【正确答案】 1、21    
【答案解析】