赞题库-背景图
单项选择题

下列程序的运行结果为( ) #include<stdio.h> main() struc tdate int ……

下列程序的运行结果为( )

#include<stdio.h>

main()

struc tdate

int year,month,day;

)today;

printf("%d\n",sizeof(struct date));



A.8
B.6
C.10
D.12