单项选择题

下列程序的运行结果是( )。 #include<stdio.h> main() {stmct date {int year,month,day; }today; primf("%d\n",sizeof(struct date)); }

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