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

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

7

B

13

C

14

D

8


参考答案

参考解析
解析: 暂无解析
更多 “单选题若有定义Stringto="Iamagoodcat";则to.indexOf("a",7)的值为()A 7B 13C 14D 8” 相关考题
考题 若有定义语句: char s[10]= " 1234567\0\0 " ; ,则 strlen(s) 的值是A)7B)8C)9D)10

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

考题 若有定义语句“charS[10]=1234567\0\0;”,则strlen(s)的值是( )。A.7B.8C.9D.10

考题 若有以下定义: 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

考题 若有定义语句:char s[10]="1234567\0\0";,则strlen(s)的值是______。A.7B.8C.9D.10

考题 若有定义“intb[8],*p=b;”,则p+6表示( )。A.数组元素b[6]的值B.数组元素b[6]的地址SX 若有定义“intb[8],*p=b;”,则p+6表示( )。A.数组元素b[6]的值B.数组元素b[6]的地址C.数组元素b[7]的地址D.数组元素b[0]的值加上6

考题 若有定义语句:则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=5,b=7,c;则执行语句c=a后c的值为()。 A.12B.2C.6D.5

考题 若有定义inta[][3]={1,2,3,4,5,6,7,8,9};则表达式sizeof()/sizeof(a[0])的值为() A.3B.4C.5D.9

考题 若有定义:inta[3][3];则表达式&a[2][1]-a的值为() A.7B.8C.6D.9

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

考题 若有定义语句:“char sE10]="1234567\0\0";”,则strlen(s)的值是( )。A.7B.8C.9D.10

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

考题 若有定义:int i=1,j=5;则表达式(++j)*(i--)的值为()A、1B、0C、6D、7

考题 若有定义:int x;则语句x=(2*3)+6%5;运行后,x的值是()A、8B、7C、6D、5

考题 若有定义:int i=2,j=5;则表达式(i+1,j+1,(++i+(j--))的值为()A、8B、6C、7D、5

考题 若有定义:int i=7,j=8;则表达式i=j||iA、1B、变量i的值C、0D、变量j的值

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

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

考题 单选题若有定义:int x;则语句x=(2*3)+6%5;运行后,x的值是()A 8B 7C 6D 5

考题 单选题若有定义inta[][3]={1,2,3,4,5,6,7,8,9};则表达式sizeof()/sizeof(a[0])的值为()A 3B 4C 5D 9

考题 单选题若有定义:inta=5,b=7,c;则执行语句c=ab;后c的值为()。A 12B 2C 6D 5

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

考题 单选题若有定义语句char s[10]=1234567\0\0,则strlen(s)的值是(  )。A 7B 8C 9D 10

考题 单选题若有定义:int i=7,j=8;则表达式i=j||i A 1B 变量i的值C 0D 变量j的值