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

题目内容 (请给出正确答案)
若有定义:int a=5,b=2,c=1;则表达式a-b

A.0

B.1

C.3

D.-1


参考答案

更多 “ 若有定义:int a=5,b=2,c=1;则表达式a-b A.0B.1C.3D.-1 ” 相关考题
考题 若有定义intx=3,y=2和floata=2.5,b=3.5,则表达式:(x+y)%2+(int)a/(int)b的值是()。A.0B.2C.1.5D.1

考题 若有定义:int x=1,y=2;float a=3.7,b=2.1;则(x+y)%2+(int)a/(int)b表达式的值为( )。

考题 若有定义“int a=5,b=7;”,则表达式a%-(b%2) 运算后,a的值为( )。A.0B.1C.11S 若有定义“int a=5,b=7;”,则表达式a%-(b%2) 运算后,a的值为( )。A.0B.1C.11D.3

考题 若有定义“inta=5,b=7;”,则表达式a%=(b%2)运算后,a的值为( )。A.0B.1C.11SX 若有定义“inta=5,b=7;”,则表达式a%=(b%2)运算后,a的值为( )。A.0B.1C.11D.3

考题 33、若有定义:int a=5,b=2,c=1;则表达式a-b<c||b==c的值是______________。

考题 5、若有定义int x=3, y=2和float a=2.5, b=3.5,则表达式:(x+y)%2+(int)a/(int)b的值是A.0B.1C.1.5D.2

考题 若有定义:int a=5,b=2,c=1;则表达式a-b<c||b==c的值是()。A.0B.1C.-1D.2

考题 若有int a=1,b=2;则表达式a<b?a+b:a-b的值是A.1B.2C.3D.-1

考题 若有定义int x=3, y=2和float a=2.5, b=3.5,则表达式:(x+y)%2+(int)a/(int)b的值是A.0B.1C.1.5D.2

考题 若有定义int x=3,y=2和float a=2.5,b=3.5,则表达式:(x+y)%2+(int)a/(int)b的值是