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

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

若有定义语句:int a=10;double b=3.14;,则表达式'A'+a+b值的类型是

A.char

B.int

C.double

D.float


参考答案

更多 “ 若有定义语句:int a=10;double b=3.14;,则表达式'A'+a+b值的类型是A.charB.intC.doubleD.float ” 相关考题
考题 若有以下定义: char a;int b; float c;double d; 则表达式a*b+b-c值的类型为( )。A. floatSX 若有以下定义: char a;int b; float c;double d; 则表达式a*b+b-c值的类型为( )。A. floatB.intC.charD.double

考题 若有定义语句:“int a=10;double b=3.14;”,则表达式A+a+b值的类型是( )。A.charB.intC.doubleD.float

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

考题 若有以下定义:char a;int b;float c;double d;则表达式a*b+d-c值的类型为( )。A.A. float SXB 若有以下定义:char a;int b;float c;double d;则表达式a*b+d-c值的类型为( )。A.A. floatB.intC.charD.double

考题 试题14若有定义语句:int a=10; double b=3.14; , 则表达式‘A’+a +b值的类型是()A.charB.intC.doubleD.float

考题 8、若有下列类型说明语句: int x ; double y ; 则表达式x-y值的正确数据类型为()。A.charB.intC.doubleD.float

考题 若有定义语句:int a=10; double b=3.14;,则表达式'A'+a+b值的类型是()。A.charB.intC.doubleD.float

考题 若有定义“int a=10;double b=3.14;”,则表达式'A'+a+b的值的类型是()A.charB.intC.doubleD.float

考题 若有定义语句:int a=10;double b=3.14; ,则表达式 'A'+a+b 值的类型是()。A.charB.intC.doubleD.float