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

  • 1、
【正确答案】 1、14    
【答案解析】