[填空题,2分]
设struct student
{
char name[20];
char sex;
}stu;
语句printf("%d\n",sizeof(stu));的输出结果是___。
出自:河南理工大学-机械设计制造及其自动化-高级语言程序设计