注意:此页面搜索的是所有试题
(单选题) 以下对枚举类型名的定义中正确的是 __ __ 。(本题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"};

参考答案