Tuesday 15 March 2011

"Hello world program without using semi-colon"

#include
void main()
{
if(printf("Hello world"))
{
}
}
Run the program
To see the result press ALT + F5
OUTPUT