(A) identical
(B) likely
(C) limited
(D) resemble
第1题:
以下对枚举类型名的定义中正确的是 ( )
A.enuma={one,two,three};
B.enuma{one=9,two=-1,three};
C.enum a={"one" "two","three"};
D.enum a{"one","two","three"};
第2题:
-- Ann is in hospital.
-- Oh, really? I __ know. I __ go and visit her.
A. didn’t; am going to B. don’t; would
C. don’t; will D. didn't; will
第3题:
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"};
第4题:
以下对枚举类型名的定义中正确的是______。
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"};
第5题:
以下对枚举类型名的定义中正确的是
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};
第6题:
以下对枚举类型名的定义中正确的是()。
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"};