单项选择题

以下程序的输出结果是______。
struct date
long *a;
struct date*next;
double b;
too;
printf("%d",sizeof(too));

A.20
B.16
C.14
D.12