What is the output of the following code?

includestdio.h
int main ()
{
int x=1,y=0,z=2;
int a=x||y && z++;
printf ("%d",a);
return 0;
}

Posted on by