A.int
B.float
C.double
D.不确定
[单选题]设变量a是int型,f是float型,i是double型,则表达式10+'a'+i*f值的数据类型为A.intB.floatC.doubleD.不确定
[单选题]设变量a是int型,f是float型,i是double型,则表达式10+′a′+i*f值的数据类型为A.intB.floatC.doubleD.不确定
[单选题]设变量a是int型,f是float型,i是double型,则表达式10+′a′+i*f值的数据类型为A.int B.float C.double D.不确定
[单选题]设变量a是 int 型,f是 double 型,i是 float 型,则表达式10+'a'+i*f值的数据类型A.intB.floatC.doubleD.不确定
[单选题]设变量a是int型,f是int型,i是double型,则表达式10+a+i*f值的数据类型为A.int B.float C.double D.不确定
[单选题]若有定义语句:int a=10;double b=3.14;,则表达式'A'+a+b值的类型是A.charB.intC.doubleD.float
[单选题]设有定义nit a:float f; double int i,则表达式10+'a'+i+f值的数据类型是( )A.intB.floatC.doubleD.不确定
[单选题]设ch是char型变量,其值为A,且有表达式:ch=(ch>='A'&&ch<='Z')?(ch+32):ch。该表达式的值是______。A.AB.aC.ZD.z
[单选题]设a和b均为double型变量,且a=5.5、b=2.5,则表达式(int)a+ b/b的值是A.6.5B.6C.5.5D.6
[单选题]设a和b均为double型变量,且a=5.5、b=2.5,则表达式(int)a+b/b的值是A.6.5B.6C.5.5D.6