若有定义:int x=5,y=6;则表达式x=(y==6)的值为() A.5B.1C.6D.0
若有定义:int x=5,y=6;则表达式x=(y==6)的值为()
A.5
B.1
C.6
D.0
相关考题:
若有定义:“int a=4,b=5;float x=3.4,y=2.1;”,则下列表达式的值为( )。 (float)(a+b)/2+(int)x%(int)y;A.5.5B.55C.5.500000D.55.00000
【填空题】若有定义:int x=3,y=2;float a=2.5,b=3.5;则表达式(x+y)%2+(int)a/(int)b的值为【 】。