(判断题)
若有以下定义,则执行下面表达式y+=y-=m*=y后,y的值为-6。intm=5,y=2
A对
B错
正确答案
答案解析
略
相似试题
(单选题)
"若有定义intx=3,y;则执行语句y=(x++)+(x++)+(x++);后y=()"
(单选题)
若有定义intx=3,y;则执行语句y=(x++)+(x++)+(x++)后,y=()
(单选题)
若有定义intx=3,y;则执行语句y=(++x)+(++x)+(++x)后,y=()
(单选题)
若有intx,y,z;则表达式(x+y>z)是()
(单选题)
若有intx,y,z;则表达式(x+y+z)是()
(单选题)
若有intx,y,z;则表达式(x>y&&x>z)是()
(单选题)
若有intx,y,z;则表达式(x+3>y-1&&x>z)的类型是()
(填空题)
若有x=1,y=2,z=3,则表达式(x
(单选题)
设有定义floatx=3.5f,y=4.6f,z=5.7f;则以下的表达式中,值为true的是()