int a,b,c,d;表达式(a+b>c+d)的值的数据类型是( )。
A、int
B、boolean
C、char
D、以上都不对
定义int a; float f; double i; 表达式 15+i*f+ˊAˊ的值是 _______ 。A.floatB. intC. charD. double
点击查看答案
设变量a是int型,f是float型,i是double型,则表达式10+′a′+i*f值的数据类型为A.intB.floatC.doubleD.不确定
下列不是C++基本数据类型的是______。A、intB、stringC、charD、void
设变量a是int型,f是float型,i是double型,则表达式10+'a'+i*f的值的数据类型为( )。A.intB.floatC.doubleD.不确定
设变量a是 int 型,f是 double 型,i是 float 型,则表达式10+'a'+i*f值的数据类型A.intB.floatC.doubleD.不确定
设变量a是int型,f是double型,i是float型,则表达式10+'a'+i * f值的数据类型是A.intB.floatC.doubleD.不确定
设有定义nit a:float f; double int i,则表达式10+'a'+i+f值的数据类型是( )A.intB.floatC.doubleD.不确定