在下面四个选项中,( )是用来声明虚函数的。
A.virtual
B.public
C.using
D.false
参考答案:A
设变量a是int型,f是float型,i是double型,则表达式10+'a'+i*f的值的数据类型为( )。
A.int
B.float
C.double
D.不确定