• 2022-10-26 问题

    以下对枚举类型名的定义中正确的是()。 A: enuma={one,two,three}; B: enuma{one=9,two=-1,three}; C: enuma={"one","two","three"}; D: enuma{"one","two","three"};

    以下对枚举类型名的定义中正确的是()。 A: enuma={one,two,three}; B: enuma{one=9,two=-1,three}; C: enuma={"one","two","three"}; D: enuma{"one","two","three"};

  • 2022-10-26 问题

    以下对枚举类型名的定义中正确的是______。 A: enuma=one,two,three; B: enumaone=9,two=1,three; C: enuma="one","two","three"; D: enuma"one","two","three";

    以下对枚举类型名的定义中正确的是______。 A: enuma=one,two,three; B: enumaone=9,two=1,three; C: enuma="one","two","three"; D: enuma"one","two","three";

  • 2022-05-28 问题

    对枚举类型进行定义,不正确的是( )。 A: enumb{1,2,3}; B: enuma{A,B,C}; C: enumc{D=3,E,F}; D: enumd{X=0,Y=5,Z=9};

    对枚举类型进行定义,不正确的是( )。 A: enumb{1,2,3}; B: enuma{A,B,C}; C: enumc{D=3,E,F}; D: enumd{X=0,Y=5,Z=9};

  • 2022-10-26 问题

    以下对枚举类型名的定义中正确的是____ 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"}

    以下对枚举类型名的定义中正确的是____ 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"}

  • 1