现有定义int a;double b;float c;char k;,则表达式a/b+c-k值的类型为()
A:int B:double C:float D:char
已知char a;int b;float c;double d;则表达式a*b+c-d结果为
A:double B:int C:float D:char
若有以下定义: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+c-d的结果为( )。
A:double B:int C:float D:char
若有以下定义:
char a;int b;
float c:double d;
则表达式a*b+b-c值的类型为( )。
A:float B:int C:char D:double
已知char a;int b;float c;double d;则表达式a*b+c-d结果为
A:double B:int C:float D:char
已知char a; int b; float c; double d; 则表达式a*b+c-d结果为
A:double B:int C:float D:char