以下对枚举类型名的定义中正确的是()。
A:enum a=one,two,three; B:enum aone=9,two=-1,three'); C:enum a="one"two"three"; D:enum a"one"two"three";
以下对枚举类型名的定义中正确的是()
A:enum a=one, two,three; B:enum aone=9,two=1,three; C:enum a="one","two","three"; D:enum a"one", "two","three";
以下对枚举类型名的定义中正确的是()。
A:enum a=one,two,three; B:enum aone=9,two=-1.three=200; C:enum a="one","two","four"; D:enum a"nine","two","three";
以下对枚举类型名的定义中正确的是 ( )
A:enum a=one,two,three; B:enum aone=9,two=-1,three=200; C:enum a="one","two","four"; D:enum a"nine","two","three";
以下对枚举类型名的定义中正确的是______。
A:enum a=one,two,three; B:enum aone=9,two=-1,three; C:enum a="one","two","three"; D:enum a"one","two","three";
以下对枚举类型名的定义中正确的是( )。
A:enum a=one,two,three; B:enum aone=9,two=-1.three=200; C:enum a="one","two","four"; D:enum a"nine","two","three";
以下对枚举类型名的定义中正确的是 ( )
A:enum a=one,two,three; B:enum aone=9,two=-1,three=200; C:enum a="one","two","four"; D:enum a"nine","two","three";
以下对枚举类型名的定义中正确的是______。
A:enum a=one,two,three; B:enum aone=9,two=-1,three; C:enum a=one","two","three"; D:enum a"one","two","three";