Predict the output of the following program
#includestdio.h 
void main()
{
int a=3, b=5, c;
c = a!=6 || b == 2;
printf("c = %d\n", c);
}

Posted on by