What is the output of the following code?
#includestdio.h
int main()
{
int x=10,y=20,z;
z=x!=2 || y==3;
printf("%d\",++z);
return 0;
}

Posted on by