单选题 下列程序的输出结果是______。
main()
float x=3.6;
int i;
i=(int)x;
printf("x=%f,i=%d",x,i);


【正确答案】 C
【答案解析】