New Android apps UniqueKey

Monday 6 October 2014

Print "HELLO" Without main( ) in C



#include<stdio.h>  
#define begin main  
begin( )  
{  
   printf("hello\n");  
}

No comments:

Post a Comment