你可能感兴趣的试题
typedef struct { int red; int green; int blue; } COLOR; COLOR cl; struct color cl { int red; int green; int blue; } struct color { int red; int green; int blue; }cl; struct { int red; int green; int blue; }cl;
typedef struct { int red; int red; int green; int blue; }COLOR; COLOR c1; struct color c1 { int red int red; int green int blue; }; stmctcolor { int red, int green; int blue; }c1; struct { int red; int green; int blue; }c1;
Red and green if mixing in will give
typedef struct
{ int red;
int green;
int blue;
} COLOR;
COLOR cl; struct color cl
{ int red;
int green;
int blue;
} struct color
{ int red;
int green;
int blue;
} cl; struct
{ int red;
int green;
int blue;
} cl;
What Which What color How
Green,Red Red,Green Red,Blue Green,Blue
a green a ruler green map
typedef struct
{ int red;
int green;
int blue;
} COLOR;
COLOR cl; struct color cl
{ int red;
int green;
int blue;
} struct color
{ int red;
int green;
int blue;
} cl; struct
{ int red;
int green;
int blue;
} cl;
Red+Green+Blue Red+Green Red+Blue Green+Blue
typedef struct struct color cl {int red; {int red; int green; int green; int blue; int blue; }COLOR; }; COLOR cl; struct color struct {int red; {int red; int green; int green; int blue; int blue; }cl; }cl;