Thursday, February 9, 2012

C Program without using a semicolon

#include<stdio.h>

void main()

{
   if( printf(" Shahrukh Khan \n")
   {}
}

No comments:

Post a Comment