Predict the output
#includestdio.h
int main()
{
int x=5,y=8,z;
z=x!=2 || y==3;
printf("z=%d\n",z);
return 0;
}

Posted on by