A-A+

有以下程序#include "stdio.h"main(){ struct date {int year month day;}today; printf("%d\n"

2020-10-12 15:30:00 IT认证 阅读

问题详情

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

参考答案

考点: