若有定义语句:int x=3,y=2,z=1;则表达式x <y?x:y的值是______。
第1题:
【单选题】若有定义:int x=3,y=4,z=5;则值为0的表达式是()。
A.′x′&&′y′
B.x<=y
C.x||y+z&&y-z
D.!((x<y)&&!z||1)
第2题:
3、若有定义:int x=3,y=2,z=2;,则表达式:z*=(x>y?++x:y++)的值是().
A.4
B.0
C.1
D.8
第3题:
若有定义int a=7;float x=2.5,y=4.7;则表达式x+a%3*(int)(x+y)%2/4的值是 。
第4题:
若有x=1,y=2,z=3,则表达式(x<y?x:y)==z的值是()。
A.1
B.2
C.3
D.0
第5题:
若有定义:int x=3,y=2,z=2;,则表达式:z*=(x>y?++x:y++)的值是().
A.4
B.0
C.1
D.8