Predict the output of following code
#includestdio.h
void main()
{
int x=10,y=6,z;
z=x!=2 || y==3;
printf ("z=%d\n" ,z);
return 0;
}


Posted on by