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

题目内容 (请给出正确答案)
单选题
设有说明:charw;intx;floaty;doublez;则表达式w*x+z-y值的数据类型为()。
A

float

B

char

C

int

D

double


参考答案

参考解析
解析: 暂无解析
更多 “单选题设有说明:charw;intx;floaty;doublez;则表达式w*x+z-y值的数据类型为()。A floatB charC intD double” 相关考题
考题 设有以下说明语句:structex{intx;floaty;charz;}example;则下面的叙述中不正确的是() A、struct是结构体类型的关键字B、example是结构体类型名C、x,y,z都是结构体成员名D、structex是结构体类型名

考题 设有以下说明语句structex{intx;floaty;charz;}example;则下面的叙述中不的是() A、struct结构体类型的关键字B、example是结构体类型名C、x,y,z都是结构体成员名D、structex是结构体类型名

考题 若有以下类型说明语句: char w;int x;float y, z; 则表达式w*x+z-y的结果为______类型。A.floatB.charC.intD.double

考题 若有“intx=15, y=20;”,则执行表达式y-=x++后,表达式x+y的值为______。

考题 设有说明语句:intx=1,y=3,z=5;则下面表达式中值为0的是()。 A、xB、charstr[80];str=”abcdefg”;C、char*pstr=”abcdefg”D、char*pstr=NULL;pstr=”abcdefg”;

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

考题 设有说明:charm;intx;floaty;doublez;则表达式m*x+z-y值的数据类型为float。() 此题为判断题(对,错)。

考题 设有定义intx=‘A’;,则执行下列语句之后,x的值为_________x%='A'; A.‘a’B.0C.65D.‘A’

考题 设有说明:charw;intx;f1oaty;doublez;则表达式w*x+z-y值的数据类型为()。A.floatB.charC.intD.double

考题 设有“intx=11;”,则表达式(x++*2/3)的值是( )。A.7B.8C.11D.12

考题 设有定义nit a:float f; double int i,则表达式10+'a'+i+f值的数据类型是( )A.intB.floatC.doubleD.不确定

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

考题 ThefollowingmethodsaretobepublishedasWebservicestobeinvokedviaSOAPmessagesandvalidatedwithaschema:publicvoidmyMethod(intx,floaty);publicvoidmyMethod(intx);publicvoidsomeOtherMethod(intx,floaty);WhichWSDLstyleshouldbeused?()A.RPC/literalB.RPC/encodedC.Document/encodedD.Document/literalE.Document/literalwrapped

考题 有如下表达式19/30*.sqrt(4.0)/5,则该表达式值数据类型为 ______。A.intB.floatC.doubleD.不确定

考题 若有以下类型说明语句: charw;intx;floaty,Z; 则表达式w*x+z-y的结果为_______类型。A.floatB.charC.intD.double

考题 若有说明:char w; int x; float y; double z; 则表达式w*x+y-z的值的数据类型是()。A、doubleB、charC、intD、float

考题 设有说明:char w;int x;float y;double z;则表达式w*x+z-y 值的数据类型为().A、floatB、charC、intD、double

考题 设intx=7,y=3,则表达式x%y+x/y的值是()。

考题 如果intx的初始值为5,则执行表达式x-=3之后,x的值为()。

考题 设有变量说明“intx;”,则表达式”(x=4*5,x*5),x+25"的值为()。A、20B、45C、100D、125

考题 有intx=3,y=-4,z=5;则表达式(xy)==(x||z)的值为()。

考题 若有定义intx=10;,则表达式x-=x+x的值为()A、-20B、-10C、0D、10

考题 设有说明:charw;intx;floaty;doublez;则表达式w*x+z-y值的数据类型为()。A、floatB、charC、intD、double

考题 设有intx=11;则表达式(x++*l/3)的值为()。A、3B、4C、11D、12

考题 填空题设intx=7,y=3,则表达式x%y+x/y的值是()。

考题 单选题若有intx=10;charc=’d’;则表达式a+c的值的类型是()A charB intC floatD byte

考题 填空题如果intx的初始值为5,则执行表达式x-=3之后,x的值为()。

考题 单选题设有intx=11;则表达式(x++*l/3)的值为()。A 3B 4C 11D 12