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

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

设有定义intx;floatv;则5+x+v值的数据类型为int。()


参考答案

更多 “ 设有定义intx;floatv;则5+x+v值的数据类型为int。() ” 相关考题
考题 设有定义intx=‘A’;,则执行下列语句之后,x的值为_________x%='A'; A.‘a’B.0C.65D.‘A’

考题 若已有定义int x=2; int *p=则*p的值为( )A. 2B. &xC. *xD. &p

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

考题 设有定义int x; float y; , 则10+x+y值的数据类型是A.intB.doubleC.floatD.不确定

考题 设有定义int x;float y;,则10+x+y值的数据类型是A.intB.doubleC.floatD.不确定

考题 设有以下变量定义,并已赋确定的值: char w; int x; float y; double z; 则表达式:w*x+z-y所求得的数据类型为( )。A.charB.intC.floatD.double

考题 设有定义int x; float v;,则10+x+v值的数据类型是A.intB.doubleC.floatD.不确定

考题 若有定义: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的值为【 】。