若有以下定义: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值的类型为【12】 。


相关考题:

若有以下定义: 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.floatB.intC.charD.double

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

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

若有以下定义;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 * b + d – c”的值的类型为 #include stdio.h int main() { char a; int b; float c; double d; .... return 0; }A.doubleB.intC.floatD.char