What will be the output of the following code ?
#includestdio.h
int main(void)
{
if(0)
{
printf("Hey there!");
}
else if(0)
{
printf("Good bye._.");
}
else
{
printf("Have a good day");
}
}

Posted on by