What is the output of the following code?

#includestdio.h
void main()
{
if(!printf(""))
printf("Hello");
else
printf("Bye");
}



Posted on by