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

题目内容 (请给出正确答案)
若有定义:int a=1,b=2,c=3;则语句++a||++b&&++c;运行后b的值为()

A.1

B.0

C.2

D.3


参考答案

更多 “ 若有定义:int a=1,b=2,c=3;则语句++a||++b运行后b的值为() A.1B.0C.2D.3 ” 相关考题
考题 若有定义:inta=2;则语句a=strcmp("miss","miss");运行后a的值为() A.1B.0C.-1D.2

考题 若有定义:inta[5]={1,2,3,4,5};则语句a[1]=a[2]+a[2+2]-a[3-1];运行后a[1]的值为() A.6B.5C.1D.2

考题 若有定义:floatx=2,y;inta=3;语句y=1*(x+A./3;运行后,y的值为()。A.2.0B.1.0C.0D.1.666667

考题 若有定义:int a; 则语句a=(3 * 4)+ 2 % 3;运行后,a的值为()。A.12B.14C.13D.11

考题 若有定义:int x,a;则语句x=(a=3,a+1);运行后,x、a的值依次为()A.3、3B.4、4C.4、3D.4

考题 若有定义:int x,a;则语句x=(a=3,a+1);运行后,x、a的值依次为()。A.3,3B.4.4C.4.3D.3.4

考题 16、若有语句int a=1,b; double y=2.3; b=(int)y; 则b的值为A.3B.2C.1D.2.3

考题 若有定义:int a[5]={1,2,3,4,5};则语句a[1]=a[3]+a[2+2]-a[3-1];运行后a[1]的值为()A.6B.5C.1D.2

考题 若有定义:int a[5]={1,2,3,4,5};则语句a[1]=a[3]+a[2+2]-a[3-1];运行后a[1]的值为()A.6B.2C.5D.1