【单选题】设有以下定义 typedef union { long i; int k[5]; char c; } DATE; struct date { int cat; DATE cow; double dog; } too; DATE max; 则语句printf("%d",sizeof(struct date)+sizeof(max));的执行结果是( )。
【单选题】设有以下定义: typedef union { longi; int k[5];char c;}DATE; srtuct date { int cat;DATEcow;double dog;} too; DATE max; 则下语句的执行结果是 ( ) printf('%d,'sizeof(struct date))+size of(max));
【单选题】设有以下定义 typedef union { long i ; int k[5] ; char c ; } DATE ; struct date { int cat ; DATE cow ; double dog ; } too ; DATE max ; 则语句 printf( 〞 %d 〞 ,sizeof(struct date)+sizeof(max))) 的执行结果是 ( ) 。
【单选题】设有以下定义 typedef union { long i; int k[5]; char c;} DATE; struct date { int cat; DATE cow; double dog;} too; DATE max; 则下列语句的执行结果是_____。 printf(“%d\n, sizeof(struct date)+sizeof(max)); }