网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
执行“typedef int ABC[10];”语句把ABC定义为具有10个整形元素的()类型。
参考答案
参考解析
略
更多 “执行“typedef int ABC[10];”语句把ABC定义为具有10个整形元素的()类型。” 相关考题
考题
若要求定义具有 10 个 int 型元素的一维数组 a ,则以下定义语句中错误的是A ) #define N 10int a[N];B ) #define n 5int a[2*n];C ) int a[5+5];D ) int n=10,a[n];
考题
以下选项中,能定义s为合法的结构体变量的是( )。A.typedef struct abc { double a; char b[10]; } s;B.struct { double a; char b[10]; }s;C.struct ABC { double a; char b[10]; } ABC s;D.typedef ABC { double a; char b[10]; } ABC s;
考题
若要求定义具有10个int型元素的一维数组a,则以下定义语句中错误的是( )。A.AB.B
若要求定义具有10个int型元素的一维数组a,则以下定义语句中错误的是( )。A.AB.BC.CD.D
考题
以下选项中,能定义s为合法的结构件变量的是_______。A.typedef struct abc { double a; char b[10]; }s;B.struct { double a; char b[10]; }sC.struct ABC { double a; char b[10]; } ABCs;D.typedef ABC { double a; char b[10]; } ABCs;
考题
设有定义语句“struct {int a;float b;char c;}abc,*p;”,则对结构体成员a的引用可以是( )。
A、abc.aB、abc->aC、(*p).aD、p->a
考题
下列关于结构型变量的定义语句中,错误的是( )A.typedef struct CCCB.define GGG struct { char name[20];GGG CCC { char name[20]; int age; int age; }GGG; }; GGG abc ; GGG CCC abc;C.structD.struct { char name[20]; { char name[20]; int age; int age; }ccc; }abc; CCC abc;
考题
下列定义abc过程的语句,正确的是()A、Dim Sub abc(x,y)B、Public abc(x,y)C、Private Sub abc(x,y)As IntegerD、Sub abc(x,y)
考题
若要求定义具有10个int形元素的一维数组a,则以下的定义语句中错误的是()A、#define N 10B、#define n 5C、int a[5+5];D、int n=10,a[n];
考题
单选题若有定义:typedef int T[10];T *a[20];则与上述定义完全等价的说明语句是( )。A
int *a[20][10];B
int *a[20];C
int *a[10];D
int *a[10][20];
考题
判断题在执行“typedef int DataType;”语句后,标识符DataType与保留字int具有完全相同的含义和作用。()A
对B
错
热门标签
最新试卷