单项选择题

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

A.1.0
B.0.96
C.0
D.1