单项选择题

以下对枚举类型名的定义中正确的是 ( )

A.enuma=one,two,three;


B.enumaone=9,two=-1,three;

C.enum a={"one" "two","three";

D.enum a"one","two","three";