Saturday, 3 March 2012

With Out main Function in C Program

#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");
return 0;
}

No comments:

Post a Comment