Hi all,

Well this Is not any competition, we all do lot of programming work but most of the
Times some small things skips even by the good experience programmer.

And these small snippet do revel the true colors of the programming language..

Well following is one of its own kinds…..

Code:
void main()
{
if (X)
printf("Hello");
else
printf("World");
}
What must be the condition (X) in "if" so as to print "HelloWorld"?


Please do post if you have one .......


Regards,
x8086