试题详情

下程序运行后的输出结果是() 。   #include   main()   { int a;   a=(int)((double)(3/2)+0.5+(int)1.99*2);   printf("%d\n",a);   }

A3

B2

C0

D1