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

若有以下定义:char a;int b;float c;double d;则表达式“a*b+d-c”值的类型为( )。

A.float

B.int

C.char

D.double


相关考题:

若有以下定义:char a;int b;float c; double d;则表达式a*b+d-c值的类型为【12】 。

若有以下定义char a;int b;float c;double d;则表达式a*b+d-c值的类型为

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

若有以下定义: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

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

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

各种基本数据类型的精度排列为()。A.int< char <float<doubleB.double<float <int<charC.char<int <float<doubleD.float<int <char<double

给定一个int类型变量a和一个double类型变量b,则表达式”a - b“的值恒等于下列哪个表达式的值?()A.a - (int) bB.(double) a - bC.(float) a - bD.a - (float) b

11、给定一个int类型变量a和一个double类型变量b,则表达式”a - b“的值恒等于下列哪个表达式的值?()A.a - (int) bB.(double) a - bC.(float) a - bD.a - (float) b