问题详情
现有定义int a;double b;float c;char k;,则表达式a/b+C—k值的类型为:()。
A.int
B.double
C.float
D.char
请帮忙给出正确答案和分析,谢谢!