注意:此页面搜索的是所有试题
题目内容
(延安大学高级语言程序设计(高起专))
(单选题) 以下对枚举类型名的定义中正确的是 __ __ 。(本题3.5分)
A、 enum a={one,two,three};
B、 enum b{one=9,two=-1,three};
C、 enum c={"one","two","three"};
D、 enum d{"one","two","three"};
A、 enum a={one,two,three};
B、 enum b{one=9,two=-1,three};
C、 enum c={"one","two","three"};
D、 enum d{"one","two","three"};
参考答案