假设int a=l,b=2;则表达式(++a/ B) * b--的值为 【8】 。
第1题:
假设血int a=1,b=2;,则表达式(++a/b)*b--的值为【 】。
第2题:
若有定义:“inta=4,b=5;floatx=3.4,y=2.1;”,则下列表达式的值为( )。
A.5.5
B.55
C.5.500000
D.55.00000
第3题:
A.7
B.8
C.6
D.9
第4题:
若有定义:inta;且表达式!a的值为0,则表达式()的值为1。
A.!(a0)
B.a!=0
C.a==0
D.a=0
第5题:
假设A=10:B=8:C=6则表达式:AC)的值为True。
第6题:
对于inta,要使表达式((1<<2>>1)|a)==a的值为1;则a可以是()
第7题:
若有定义inta[][3]={1,2,3,4,5,6,7,8,9};则表达式sizeof()/sizeof(a[0])的值为()
第8题:
设有如下定义:inta=4;则计算表达式“a+=a-a*a”后的值是()。
第9题:
若有定义语句:inta[10]={1,2,3,4,5,6,7,8,9,10};charc=“a”;则值为4的合法表达式是()
第10题:
-60
0
2
-8
第11题:
7
8
6
9
第12题:
第13题:
假设int a=1,b=2;,则表达式(++a/b) * b--的值为______。
第14题:
A.3
B.4
C.5
D.9
第15题:
若有定义“inta=5,b=7;”,则表达式a%=(b%2)运算后,a的值为( )。
A.0
B.1
C.11
D.3
第16题:
此题为判断题(对,错)。
第17题:
若有定义:inta[3][3];则表达式&a[2][1]-a的值为()
第18题:
已知:inta=8,b=6;则:表达式++a-b++的值为()。
第19题:
已知:inta[]={2,4,6,8};则:表达式(a[0]+=a[1])+++a[2]值为()。
第20题:
假定一个二维数组的定义语句为“inta[3][4]={{3,4},{2,8,6}};”,则元素a[l][2]的值为()。
第21题:
设有定义:inta[3][4]={{1,2,5,3},{2,4,7,9},{3,6,5,8}};,则表达式a[1][2]+a[2][3]的值9。
第22题:
第23题:
3
4
5
9