A-A+

设有定义int a;float f;double int I;则表达式10+’a’+I*f值

2022-08-14 22:43:31 问答库 阅读 205 次

问题详情

设有定义int a;float f;double int I;则表达式10+’a’+I*f值的数据类型是
A、 Int
B、 float
C、 double
D、 不确定

参考答案

参考答案:A

考点:表达式,定义