Which is the correct output of the following code snippet:
#includeiostream
using namespace std;
int main()
{
int x = 1 , y = 1, z = 1;
cout (++x || ++y && ++z ) endl;
cout x " " y " " z ;
return 0;
}


Posted on by