SEE TO C...
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment