下列选项中不能正确定义结构体的是_______。A.typedef structB.struct color cl {int red; {int red; int green; int green; int blue; int blue; }COLOR; }; COLOR cl;C.struct colorD.struct {int red; {int red; int green; int green; int blue; int blue; }cl; }cl;
下列选项中不能正确定义结构体的是_______。
A.typedef struct
B.struct color cl {int red; {int red; int green; int green; int blue; int blue; }COLOR; }; COLOR cl;
C.struct color
D.struct {int red; {int red; int green; int green; int blue; int blue; }cl; }cl;
相关考题:
以下选项中不能正确把cl定义成结构体变量的是A.typedef struct { int red; int green; int blue; } COLOR; COLOR cl;B.struct color cl { int red; int green; int blue; }C.struct color { int red; int green; int blue; } cl;D.struct { int red; int green; int blue; } cl;
以下选项中不能正确把cl定义成结构体变量的是( )。A.typedef struct { int red; int green; int blue; } COLOR; COLOR cl;B.struct color cl { int red; int green; int blue; }C.struct color { int red; int green; int blue; }cl;D.struct { int red; int green; int blue; }cl;
以下选项中不能正确把cl定义成结构体变量的是A.struct color cl { int red; int green; int blue; }B.typedef struct { int red; int green; int blue; } COLOR; COLOR cl;C.struct color { int red; int green; int blue; } cl;D.struct { int red; int green; int blue; } cl;
14、以下选项中不能正确把cl定义成结构体变量的是A.struct color cl { int red; int green; int blue; }B.typedef struct { int red; int green; int blue; } COLOR; COLOR cl;C.struct color { int red; int green; int blue; } cl;D.struct { int red; int green; int blue; } cl;
以下选项中不能正确把cl定义成结构体变量的是()。A.typedef struct { int red; int green; int blue; } COLOR; COLOR cl;B.struct color cl { int red; int green; int blue; };C.struct color { int red; int green; int blue; }cl;D.struct { int red; int green; int blue; }c1;
4、以下选项中不能正确把cl定义成结构体变量的是A.struct color cl { int red; int green; int blue; }B.typedef struct { int red; int green; int blue; } COLOR; COLOR cl;C.struct color { int red; int green; int blue; } cl;D.struct { int red; int green; int blue; } cl;
以下选项中不能正确把cl定义成结构体变量的是A.typedef struct { int red; int green; int blue; } COLOR; COLOR cl;B.struct color cl { int red; int green; int blue; };C.struct color { int red; int green; int blue; }cl;D.struct { int red; int green; int blue; } cl;
9、以下选项中不能正确把c1定义成结构体变量的是______。A.typedef struct { int red; int green; int blue; } COLOR; COLOR cl;B.struct color { int red; int green; int blue; } c l;C.struct color cl { int red; int green; int blue; };D.struct { int red; int green; int blue; } c l;
以下选项中不能正确把c1定义成结构体变量的是______。A.typedef struct { int red; int green; int blue; } COLOR; COLOR cl;B.struct color cl { int red; int green; int blue; };C.struct color { int red; int green; int blue; } c l;D.struct { int red; int green; int blue; } c l;