设有定义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的值为【 】。