单项选择题

下列程序段的输出结果为()
float x=213.82631;
printf(“%3d”,(int)x);

A.213.82
B.213.83
C.213
D.8