问题详情

答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关

以下程序的运行结果是 #include"stdio.h" main() {structdate {intyear,month,day;}tod


以下程序的运行结果是

#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

请帮忙给出正确答案和分析,谢谢!

参考答案
您可能感兴趣的试题