单选题
下面程序的输出结果是 ( ) main( ) {int x,y,z; x=0;y=z=-1; x+=-z - - -y printf("x=%d/n",x); }
A、
x=4
B、
x=0
C、
x=2
D、
x=3
【正确答案】
C
【答案解析】
提交答案
关闭