问题 单项选择题

下面程序的输出结果是______。
main()
double d=3.2;int x,y;
x=1.2;y=(x+3.8)/5.0;
printf("%d\n",d*y);

A.3

B.3.2

C.0

D.3.07

答案

参考答案:C

单项选择题
不定项选择