更多“以下对枚举类型名的定义中正确的是______。A.enum a={one, two,three};B.enum a{one=9,two=1,thre ”相关问题
  • 第1题:

    以下对枚举类型名的定义中正确的是

    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};


    enum a{a1,a2,a3};

  • 第2题:

    7、以下对枚举类型名的定义中正确的是()。

    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"};


    enum a {one=9,two=-1,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"};


    A

  • 第4题:

    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};


    enum a{a1,a2,a3};

  • 第5题:

    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"};


    enum a {one=9,two=-1,three};