A.
B.
C.
D.
第1题:
若有定义: float y=3.6,z=4.7 ;则下面表达式的值为()。 (int)z + (int) (y+z) %3
A.8
B.7
C.6
D.5
第2题:
【单选题】若有定义: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)
第3题:
若有定义:int x=3,y=2,z=2;,则表达式:z*=(x>y?++x:y++)的值是().
A.4
B.0
C.1
D.8
第4题:
若有定义: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)
第5题:
3、若有定义:int x=3,y=2,z=2;,则表达式:z*=(x>y?++x:y++)的值是().
A.4
B.0
C.1
D.8