1、如下选项,哪个不是定义类型名tcolor________。

题目内容(请给出正确答案)

1、如下选项,哪个不是定义类型名tcolor________。

A.enum tcolor{red, green, blue};

B.typedef enum color{red,green,blue} tcolor;

C.enum color {red,green,blue}; typedef enum color tcolor;

D.typedef enum {red,green,blue} tcolor;

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
更多相关问题