选择题
以下程序的输出结果是______。
main()
{int a=1,b=2;
printf('%d,%d\n',--a,++b);}
A、
1,2
B、
1,3
C、
0,2
D、
0,3
【正确答案】
D
【答案解析】
提交答案
关闭