以下对枚举类型名的定义中正确的是()。
A:enuma={one,two,three};
B:enuma{one=9,two=-1,three};
C:enuma={"one","two","three"};
D:enuma{"one","two","three"};
出自:计算机科学