下面哪些自定义类型不符合语法要求
A: dataTT=one|two|three
B: datatt=One|Two|Three
C: dataTT=One|Two|Three
D: typeTT=One|Two|Three
A: dataTT=one|two|three
B: datatt=One|Two|Three
C: dataTT=One|Two|Three
D: typeTT=One|Two|Three
举一反三
- 以下对枚举类型的定义中正确的是() A: enum a={one,two,three}; B: enum a{one,two,three}; C: enum a={“one”,”two”,”three”}; D: enum a{“ one”,”two”,”three”};
- 以下对枚举类型定义正确的是______。 A: enumnum={one,two,three}; B: enumnum{one=9,two=18,three}; C: enumnum={"one","two","three"}; D: enumnum{"one","two","three"};
- 纽约步的节拍是( ) 。 A: two and three and four one B: one two three four and one C: one two three four D: two and three four one
- 以下对枚举类型名的定义中正确的是()。 A: enuma={one,two,three}; B: enuma{one=9,two=-1,three}; C: enuma={"one","two","three"}; D: enuma{"one","two","three"};
- 以下对枚举类型名的定义中正确的是____ A: A.enuma={one,two,three} B: B.enuma{one=9,two=-1,three} C: C.enuma={"one","two","three"} D: D.enuma{"one","two","three"}