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.int B.float C.double D.不确定
[单选题]现有定义int a;double b;float c;char k;,则表达式a/b+c-k值的类型为A.intB.doubleC.floatD.char
[单选题]现有定义int a;double b;float c;char k;,则表达式a/b+c-k值的类型为:A.intB.doubleC.floatD.char
[单选题]设变量a是 int 型,f是 double 型,i是 float 型,则表达式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是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.不确定
[试题]若有以下定义char a;int b;float c;double d;则表达式a*b+d-c值的类型为
[单选题]已知char a; int b; float c; double d; 则表达式a*b+c-d结果为A.doubleB.intC.floatD.char