单选题 下面程序的输出结果是( )。
#include<iostream.h>
void main()

int x=-1,y=5,z;
z=(x++<0)&& (y-->=0);
cout<<x<<'/t'<<y<<'/t'<<z<<end1;


【正确答案】 C
【答案解析】