单项选择题

以下程序运行后的输出结果是
#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