单项选择题

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

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