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

题目内容 (请给出正确答案)
单选题
若有定义语句:inta[10]={1,2,3,4,5,6,7,8,9,10};charc=“a”;则值为4的合法表达式是()
A

a[4]

B

a[’d’-’c’]

C

a[’d’-c]

D

a[100.0-c]


参考答案

参考解析
解析: 暂无解析
更多 “单选题若有定义语句:inta[10]={1,2,3,4,5,6,7,8,9,10};charc=“a”;则值为4的合法表达式是()A a[4]B a[’d’-’c’]C a[’d’-c]D a[100.0-c]” 相关考题
考题 若有形参定义:inta[10];则a++是合法的表达式。() 此题为判断题(对,错)。

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

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

考题 若有定义语句int b=2;,则表达式(b 若有定义语句int b=2;,则表达式(bA.4B.8C.0D.2

考题 若有定义inta=12;则表达式a+=a-=a*=a的值是-144。()

考题 若有定义inta=1,b=2;则表达式(a++)+(++b)的值是() A、3B、4C、5D、6

考题 若有以下定义和语句: int a[]={1,2,3,4,5,6,7,8,9,10},*p=a; 则值为3的表达式是______。A.p+=2,*(p++)B.p+=2,*++pC.p+=3,*p++D.p+=2,++*p

考题 若有定义语句:int X=10;,则表达式-x =x+X的值为A.-20B.-10C.0D.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

考题 若有定义:inta=2;则语句a=strcmp("miss","miss");运行后a的值为() A.1B.0C.-1D.2

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

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

考题 若有定义语句:“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[ ]={1,2,3,4,5,6,7,8,9,10},*p=a;则值为3的表达式是 ______。A.p+=2,*(p++)B.p+=2,*++pC.p+=3,*p++D.p+=2,++*p

考题 若有定义语句inta[]={1,2,3,4,5,6,7,8,9,10},*p=a;值为8的数组元素的正确表示为( ): A.a[8]B.a+7C.p+7D.*(p+7)

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

考题 若有以下定义和语句,此处表达式a++的值是() inta=5a++;A、7B、6C、5D、4

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

考题 若有定义语句:inta[10]={1,2,3,4,5,6,7,8,9,10};charc=“a”;则值为4的合法表达式是()A、a[4]B、a[’d’-’c’]C、a[’d’-c]D、a[100.0-c]

考题 若有以下说明,inta[12]={1,2,3,4,5,6,7,8,9,10,11,12};charc=’a’,d,g;则数值为4的表达式是()。A、a[g-c]B、a[4]C、a[‘d’-‘c’]D、a[‘d’-c]

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

考题 单选题若有intx=10;charc=’d’;则表达式a+c的值的类型是()A charB intC floatD byte

考题 单选题有如下说明语句inta[10]={1,2,3,4,5,6,7,8,9,10};int*p=a;则数值为9的表达式是()A *p+9B *(p+8)C *p+=9D p+7

考题 单选题若有定义语句:int a=10;double b=3.14;,则表达式'A'+a+b值的类型是(  )。A charB intC doubleD float