HELLO WORLD without SEMICOLON(;)

This tip submitted by AKshaY SAblE on 2013-08-11 11:55:55. It has been viewed 7077 times.
Rating of 5.5 with 43 votes



# include
void main()
{
if(printf("hello world"))

/*works good but some compiler's will trouble so then return 0; */
}



More tips

Help your fellow programmers! Add a tip!