若定义union stu {int i;float t; int a[4]}x; 则x在内存中占用的字节数是_______________。
查看答案
以下各选项企图说明一种新类型名,其中正确的是
A. typedef al int;
B. typedef a2= int
C. typedef int a3;
D. typedef a4; int;
下列程序的输出结果是_______________。#include “stdio.h”#define SQR(x) x*xmain(){ int a,k=3;a=SQR(k+1); printf(“%d”,a); }
A. 9
B. 8
C. 7
D. 6
以下枚举类型的定义中正确的是
A. enum a={one,two.three};
B. enum a{"one","two","three"};
C. enum a={"one","two","three"}
D. enum a{one=8,two=9,three};
小提琴以其优美的音色、宽广的音域、丰富的艺术表现力深受人们的喜爱,被人们誉为西方乐器家族中的什么?
A. “乐器皇帝”
B. “乐器王子”
C. “乐器皇后”
D. “乐器公主”