单选题 有下列程序
main()
double d;float f;long l;int i;
i=f=1=d=20/3;
printf("%d%1d %f %f/n",i,1,f,D) ;

程序运行后的输出结果是(小数点后只写1位) ( )

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