单项选择题

设变量a是 int 型,f是 double 型,i是 float 型,则表达式10+'a'+i*f值的数据类型

A.int
B.float
C.double
D.不确定