(单选题)以下对枚举类型名的定义中正确的是 __ __ 。(本题2.0分)
A.enum a={one,two,three};
B.enum b{one=9,two=-1,three};
C.enum c={"one","two","three"};
D.
出自:桂林理工大学高级语言程序设计