What is the output of following code?
#include stdio.h
int main()

{

int x=1;
if(x=2)
{
printf("Hi");
}
else

printf("Bye");
}

Posted on by