问题详情

答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关

以下对枚举类型名的定义中正确的是______。A.enum a={one two three};B.enum a {one=9 two=1 thre


以下对枚举类型名的定义中正确的是______。

A.enum a={one,two,three};

B.enum a {one=9,two=1,three};

C.enum a={"one","two","three"};

D.enum a{"one","two","three"};

请帮忙给出正确答案和分析,谢谢!

参考答案
您可能感兴趣的试题