问题 单项选择题

有以下程序

#include

  main()

  { int x=011;

   printf("%d\n",++x);

  }

  程序运行后的输出结果是

A.12

B.11

C.10

D.9

答案

参考答案:C

单项选择题 B1型题
判断题