问题详情
假设已声明i为整型变量,f为float变量,d为double型变量,e为long型,有下面表达式: 10+’a’+i*f-d/e 运算后结果的类型是()
A、int
B、float
C、double
D、long