#includestdio.h

int main()
{
int i=1;
if(i--)
printf("Hi");
else
printf("Bye");
return 0;
}

Posted on by