Total Pageviews

Tuesday 12 March 2013

C program to print "Hello World" without using semicolon!


#include <stdio.h>
     
void main()
{
   if(printf("hello world!")) { }
}

No comments:

Post a Comment