已知chara;intb;floatC;doubled;则表达式a*b+c-d的结果为( )。
A.double
B.int
C.float
D.char
第1题:
若有以下定义char a;int b;float c;double d;则表达式a*b+d-c值的类型为
第2题:
已知char a iht b;float c;double d;则表达式a*b+c-d结果为( )。
A.double
B.int
C.float
D.char
第3题:
已知char a;int b;float C;double d;则表达式a-b c-d结果为( )型。
A)double
B)float
C)int
D)char
第4题:
若有以下定义: char a;int b; float c;double d; 则表达式a*b+b-c值的类型为( )。
A. float
B.int
C.char
D.double
第5题:
若有以下定义:
char a;int b;
float c;double d;
则表达式a*b+d-c值的类型为( )。
A.A. float
B.int
C.char
D.double