填空题

下面程序用来输出结构体变量a所占存储单元的字节数,请填空。
main()
struct stu
char x[20];float y; a;
printf("a size:%d\n",sizeof( 【14】 ));

【参考答案】

d