A、整型
B、字节型
C、长整型
D、单精度型
第1题:
以下对枚举类型名的定义中正确的是______。
A.enum a={one,two,three};
B.enum a {one=9,two=1,three};
C.enum a={"one","two","three"};
D.enum a{"one","two","three"};
第2题:
8、以下对枚举类型名的定义中正确的是
A.enum a {one=9,two=-1,three};
B.enum a={“one”, “two”, “three”};
C.enum a {“one”, “two”, “three”};
D.enum a={one, two, three};
第3题:
以下对枚举类型名的定义中正确的是()。
A.enum a={one,two,three};
B.enum a {one=9,two=-1,three};
C.enum a={"one","two","three"};
D.enum a {"one","two","three"};
第4题:
以下对枚举类型名的定义中正确的是
A.enum a {one=9,two=-1,three};
B.enum a={“one”, “two”, “three”};
C.enum a {“one”, “two”, “three”};
D.enum a={one, two, three};
第5题:
5、以下对枚举类型名的定义中正确的是()。
A.enum a={one,two,three};
B.enum a{one=9,two,three};
C.enum a={"one","two","three"};
D.enum a{"one","two","three"};