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