单项选择题

以下程序运行的结果是_______。
#include”stdio.h
main()
{
struct date
 {
int year , month , day ;
 } today ;
printf(“%d”,sizeof(struct date));
}
A、6
B、8
C、10
D、12

微信扫码免费搜题