填空题
以下程序运行后的输出结果是()。
main()
{double d=3.2;int x,y;
x=1.2;y=(x+3.8)/5.0;
printf(”%d\n”,d*y);
}
【参考答案】
0
点击查看答案
