Hey all...
I guess most of u will figure this out....but anyways, i found it interesting, so i thought i'll share it with u all!!!!
C++ without main()
#include<stdio.h>
#define decode(s,t,u,m,p,e,d) m##s##u##t
#define begin decode(a,n,i,m,a,t,e)
int begin()
{
printf(" hello ");
}...