下列程序的运行结果为()。#include<stdio.h>main(){struct date {int year,month,day; }today; pr

题目
下列程序的运行结果为()。includemain(){struct date {int year,month,day; }today; pr

下列程序的运行结果为( )。 #include<stdio.h> main() { struct date {int year,month,day; }today; printf("%d\n",sizeof(struct date)); }

A.8

B.6

C.10

D.12

更多“下列程序的运行结果为()。#include<stdio.h>main(){struct date {int year,month,day; }today; pr ”相关问题