以下程序的输出结果是()。 int a=5; float x=3.14; a*=x*(‘E’ - ‘A’); printf(“%f ”,(float)a);
A.62.000000
B.62.800000
C.63.000000
D.62
请帮忙给出正确答案和分析,谢谢!