• 2022-06-06 问题

    Java语言中,String类中的indexOf()方法返回值的类型是() A: int16 B: int32 C: int D: long

    Java语言中,String类中的indexOf()方法返回值的类型是() A: int16 B: int32 C: int D: long

  • 2022-07-01 问题

    程序int x=16,int y=

    程序int x=16,int y=

  • 2022-07-26 问题

    执行a=int16(20)代码后a的数据类型是( ).

    执行a=int16(20)代码后a的数据类型是( ).

  • 2022-07-01 问题

    将整数161转换为字符串可用( )。 A: char(16) B: string(16) C: str(16) D: int(16)

    将整数161转换为字符串可用( )。 A: char(16) B: string(16) C: str(16) D: int(16)

  • 2022-06-09 问题

    下列声明结构体变量错误的是( ) A: A.struct student  { int no; char name[16]; }st1,st2; B: B. struct student{ int no;char name[16];};struct student st1,st2; C: C.struct student { int no; char name[16]; }; struct st1,st2; D: D.struct student{ int no;char name[16]; };student st1,st2;

    下列声明结构体变量错误的是( ) A: A.struct student  { int no; char name[16]; }st1,st2; B: B. struct student{ int no;char name[16];};struct student st1,st2; C: C.struct student { int no; char name[16]; }; struct st1,st2; D: D.struct student{ int no;char name[16]; };student st1,st2;

  • 2021-04-14 问题

    python语句print(int(‘20‘,16),int(’101‘,2))的输出结果是____

    python语句print(int(‘20‘,16),int(’101‘,2))的输出结果是____

  • 2021-04-14 问题

    表达式int('123',16)的值为

    表达式int('123',16)的值为

  • 2021-04-14 问题

    阅读程序写出结果 #include int add(int x,int y=8); void main( ) { int a=4; cout< 第一空: 12 16

    阅读程序写出结果 #include int add(int x,int y=8); void main( ) { int a=4; cout< 第一空: 12 16

  • 2022-06-05 问题

    程序int i = 16;int j = i >;>; 2;运行后,j的值是。

    程序int i = 16;int j = i >;>; 2;运行后,j的值是。

  • 2022-05-29 问题

    下列选项中,执行时会报错的语句是(  )。 A: int('23') B: int('23+1') C: int('23',8) D: int('2a',16)

    下列选项中,执行时会报错的语句是(  )。 A: int('23') B: int('23+1') C: int('23',8) D: int('2a',16)

  • 1 2 3 4 5 6 7 8 9 10