网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
若有定义Stringtom="Iamagoodcat";则tom.indexOf("a")的值为()
A

2

B

3

C

4

D

5


参考答案

参考解析
解析: 暂无解析
更多 “单选题若有定义Stringtom="Iamagoodcat";则tom.indexOf("a")的值为()A 2B 3C 4D 5” 相关考题
考题 若有定义语句: int x=10; ,则表达式 x-=x+x 的值为A)-20B)-10C)0D)10

考题 若有定义语句: int a=5; ,则表达式: a++ 的值是 【 6 】 。

考题 若有以下定义:char a;int b;float c; double d;则表达式a*b+d-c值的类型为【12】 。

考题 若有定义语句:inta=3,b=2,c=1;,则表达式b<b?a:b的值是______。

考题 若有定义:inta=5,*b=,则printf("%d\n",*b);语句的输出结果为()。A.随机值B.a的地址C.6D.5

考题 若有定义int a[9],+P=a;,则P+5表示( )。A.数组元素a[5]的值B.数组元素a[5]的地址SXB 若有定义int a[9],+P=a;,则P+5表示( )。A.数组元素a[5]的值B.数组元素a[5]的地址C.数组元素a[6]的地址D.数组元素a[0]的值加上5

考题 若有以下定义: char a;int b; float c;double d; 则表达式a*b+b-c值的类型为( )。A. floatSX 若有以下定义: char a;int b; float c;double d; 则表达式a*b+b-c值的类型为( )。A. floatB.intC.charD.double

考题 若有定义语句:则strlen(s)的值是()。A.7B.8C.9D.10

考题 若有定义:“inta=4,b=5;floatx=3.4,y=2.1;”,则下列表达式的值为( )。 A.5.5B.55 若有定义:“inta=4,b=5;floatx=3.4,y=2.1;”,则下列表达式的值为( )。A.5.5B.55C.5.500000D.55.00000

考题 若有定义“int a=5,b=7;”,则表达式a%-(b%2) 运算后,a的值为( )。A.0B.1C.11S 若有定义“int a=5,b=7;”,则表达式a%-(b%2) 运算后,a的值为( )。A.0B.1C.11D.3

考题 若有定义:inta[3]={0,1,2};则a[1]的值为() A.0B.1C.2D.3

考题 若有定义语句:“int x=10;”,则表达式x-=x+x的值为( )。 A.-20B.-l0C.0 若有定义语句:“int x=10;”,则表达式x-=x+x的值为( )。A.-20B.-l0C.0D.10

考题 若有定义:inta;且表达式!a的值为0,则表达式()的值为1。A.!(a0)B.a!=0C.a==0D.a=0

考题 若有定义语句:int a=3,b=2,c=1;,则表达式a<b?a:b的值是【 】。

考题 若有定义Stringto="Iamagoodcat";则to.indexOf("a",7)的值为()A、7B、13C、14D、8

考题 若有定义Stringtom="Iamagoodcat";则tom.indexOf("a")的值为()A、2B、3C、4D、5

考题 若有定义intx=10;,则表达式x-=x+x的值为()A、-20B、-10C、0D、10

考题 若有以下定义,则执行下面表达式y+=y-=m*=y后,y的值为-6。intm=5,y=2

考题 "若有定义Stringtom=""我们是学生"";则tom.length()的值是()"A、5B、10C、6D、11

考题 若有定义:int a[3][4]={{1,2},{0},{4,6,8,10}};则初始化后,a[1][2]的值为(),a[2][1]得到的值为()。

考题 单选题若有定义chara4[]=newchar[5];则length的值为()A 0B 10C 4D 5

考题 单选题若有定义Stringto="Iamagoodcat";则to.indexOf("a",7)的值为()A 7B 13C 14D 8

考题 单选题若有定义chara[]=newchar[5];则a.length的值为()A 0B 10C 4D 5

考题 单选题若有定义:inta[3]={0,1,2};则a[1]的值为()A 0B 1C 2D 3

考题 单选题若有以下的定义、说明和语句,则值为101的表达式是()A *p-bB p-aC ++(p-a)D (p++)-a

考题 单选题若有定义Stringtom="我们是学生";则tom.length()的值是()A 5B 10C 6D 11