#includestdio.h
int main()
{
#ifdef debug
printf("Start debugging...");
#endif
printf("HOPE");
return 0;
}
What is the output of the above code snippet?

Posted on by