单项选择题

以下程序的输出结果是( )。   int a=5;   float x=3.14;   a*=x*(‘E’ - ‘A’);   printf(“%f\n”,(float)a);

A.62.000000
B.62.800000
C.63.000000
D.62