单项选择题

下面程序的输出结果是 ( )
  main( )
   int x,y,z;
   x=0,y=z=-1;
   x+=-z- - -y;
   pritnf("x=%d\\n",x);

A.x=4
B.x=0
C.x=2
D.x=3