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

以下程序的运行结果是( )。
#include <stdio.h>
main()
st,uct date
int year,month,day;today;
printf("%d\n",sizeof(struct date));

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