Java语言中,String类中的indexOf()方法返回值的类型是() A: int16 B: int32 C: int D: long
Java语言中,String类中的indexOf()方法返回值的类型是() A: int16 B: int32 C: int D: long
程序int x=16,int y=
程序int x=16,int y=
执行a=int16(20)代码后a的数据类型是( ).
执行a=int16(20)代码后a的数据类型是( ).
将整数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)
下列声明结构体变量错误的是( ) 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;
python语句print(int(‘20‘,16),int(’101‘,2))的输出结果是____
python语句print(int(‘20‘,16),int(’101‘,2))的输出结果是____
表达式int('123',16)的值为
表达式int('123',16)的值为
阅读程序写出结果 #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
程序int i = 16;int j = i >;>; 2;运行后,j的值是。
程序int i = 16;int j = i >;>; 2;运行后,j的值是。
下列选项中,执行时会报错的语句是( )。 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)