单项选择题

以下程序段的输出是()
float a=57.666;
printf(“*%4.2f*\n”,a);

A.*57*
B.*58*
C.*57.66*
D.*57.67*