问题 填空题

以下程序的输出结果是 【19】
#include<stdio.h>
main()
struct stru
int a;
float b;
char d[4];
;
printf("%d\n",sizeof(struct stru));

答案

参考答案:N

单项选择题
实验题