Predict the output
#include <stdio.h>
 void main()
{
int x = 2, y = 0;
int z =(y++) ? 2: y ==1 && x;
printf("%d",z);
 }
    

Posted on by