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

题目内容 (请给出正确答案)

若有int a=1;int b=2;则a|b的值为 【11】 。


参考答案

更多 “ 若有int a=1;int b=2;则a|b的值为 【11】 。 ” 相关考题
考题 若有定义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 x=3,y=2;float a=2.5,b=3.5;则表达式(x+y)%2+(int)a/(int)b的值为

考题 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

考题 16、若有语句int a=1,b; double y=2.3; b=(int)y; 则b的值为A.3B.2C.1D.2.3

考题 若a为int类型变量,初始值为0,则表达式(int)(a=11,(double)a/2-1)%3的值是A.0B.1C.2D.存在语法错误

考题 若有定义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的值是

考题 【填空题】若有定义:int x=3,y=2;float a=2.5,b=3.5;则表达式(x+y)%2+(int)a/(int)b的值为【 】。

考题 【填空题】若有定义:int b=7;float a=2.5,c=4.7;则表达式a+(int)(b/3*(int)(a+c)/2)%4的值为【 】。