Friday, 4 May 2012

A Program in C++ without semicolon(;)


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

No comments:

Post a Comment