单项选择题

下列选项中不能正确定义结构体的是_______。

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;