单项选择题

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

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