注意:此页面搜索的是所有试题
以下程序的运行结果为( )#include main(){struct date{int year,month,day;}today; printf(.%d .,sizeof(struct date));}
A. 6
B. 8
C. 10
D. 12

参考答案