Thursday 11 April 2013

Question: Write the hello world program . . . Without using any semi-colon's ";" ?


Question: Write the hello world program . . . Without using any semi-colon's ";" ?
Answer:
#include

void main()
{
if(printf("Hello World")) { }
}

No comments:

Post a Comment