问题 单项选择题

下面的程序
  main( )
   int x=3;
   doprintf("%d\n",x-=2);
   while(!(- -x));

A.输出的是1

B.输出的是1和-2

C.输出的是3和0

D.是死循环

答案

参考答案:B

填空题
单项选择题