下砸结构体的定义语句中,错误的是( )。
A.A
B.B
C.C
D.D
1.下面结构体的定义语句中,错误的是A)struct ord {int x;int y;int z;}; struct ord a;B)struct ord {int x;int y;int z;} struct ord a;C)struct ord {int x;int y;int z;} a;D)struct {int x;int y;int z;} a;
2.下面结构体的定义语句中,错误的是( )。A.B.C.D.
3.下列定义变量的语句中错误的是( )。A.AB.BC.CD.D
4.下面结构体的定义语句中,错误的是( )。 A.struct ord{int x;int Y;int Z;};struet ord a;SXB下面结构体的定义语句中,错误的是( )。A.struct ord{int x;int Y;int Z;};struet ord a;B.struct ord{int x;int y;int Z;}struct ord a;C.struct ord{int X;int Y;int Z;}a;D.struct{int X;int y;int Z;}a;
第1题:
下列定义数组的语句中,正确的是( )。
第2题:
下而结构体的定义语句中,错误的县( )。
第3题:
若要求定义具有10个int型元素的一维数组a,则以下定义语句中错误的是( )。
第4题:
以下结构体类型说明和变量定义中正确的是( )。
第5题:
以下定义数组的语句中错误的是( )。