单选题
有以下程序:
#include <stdio.h>
main()
int x=011;
printf("%d/n",++x);
程序运行后输出的结果是( )。
A.12 B.11
C.10 D.9
A
B
C
D
【正确答案】
C
【答案解析】
提交答案
关闭