• 2022-07-24
    C#中用于定义句柄的类型是()。
    A: int
    B: char
    C: IntPtr
    D: Byte
  • C

    内容

    • 0

      对于“switch(a)”表达式中的变量a,它可以被声明为哪些合法数据类型? A: boolean, byte, char, short, int, long B: boolean, byte, char, short, int C: byte, char, short, int D: boolean, byte, char, short, int, long, float, double

    • 1

      Java定义了八种基本数据类型,以下选项中全部是正确的基本数据类型关键字的是( )。 A: int、byte、char、integer、double B: float、long、byte、short、String C: char、byte、bit、double、int D: float、double、boolean、byte、long

    • 2

      下列语句哪句是错误的( ) A: int i=123456;byte b=(byte)i; B: double d=12.345;int i=(int)d; C: short i=89;byte j=i; D: int i=88;char a=(char)i;

    • 3

      在C#中,byte类型数据占______个字节,int类型数据占______个字节

    • 4

      下列数据类型转换,必须进行强制类型转换的是()。 A: byte→int B: short→long C: float→double D: int→char