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;
[单选题]若有结构体定义: struct stu{int num; char sex; int age; }a1,a2; 则下列语句中错误的是( )。A.printf("%d,%c,%d",a1);B.a2.age=a1.age;C.a1.age++;D.a1.num=5;
[单选题]下列定义变量的语句中错误的是A.)int _int;B.)double int_;C.)char For;D.)float US$;
[单选题]若有以下定义的语句struct student{ int age;int num; };struct student stu[3]={{1001,20},{1002,19},{1003,21}};main(){ struct student *p;p=stu;… }则以下不正确的引用是A.(p++)->numB.p++C.(*p).numD.P=&stu.age.
[单选题]若有以下定义的语句struct student{ int age;int num; };struct student stu[3]={{1001,20},{1002,19},{1003,21}};main(){ struct student *p;p=stu;… }则以下不正确的引用是A.(p++)->numB.p++C.(*p).numD.P=&stu.age.
[单选题]下面结构体的定义语句中,错误的是( )。A.struct ord{int x;int y;int z;};struct ord a;B.struct ord{int x;int y;int z;};ord a;C.struct ord{int x;int y;int z;}a;D.struct{int x;int y;int z;}a;
[单选题]下面结构体的定义语句中,错误的是A.struct ord{int x;int y;int z;};struet ord a;B.atruet ord{int x;int y;int z;}struct ord a;C.struet ord{int x;int y;int z;}a;D.struct{int x;int y;int z;)a;
[单选题]下面结构体的定义语句中,错误的是( )。A.struct ord{int x;int Y;int z;}struct ord a;B.struct ord{int x;im Y;im z;};struct ord a;C.struct ord{int x;int Y;int Z;}a;D.struct{int x;int Y;int z;}a;
[单选题]下面结构体的定义语句中,错误的是( )。A.structord{intx;inty;intz;}structorda;B.structord{int
[单选题]下面结构体的定义语句中,错误的是( )。A.struct ord {int x;int y;int z;}struct ord a;B.struct
[单选题]下面结构体的定义语句中,错误的是( )。A.structordintx;inty;intz;;structorda;B.structordintx;