Saturday, June 4, 2011

C Program to run a program without the main() function....

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

No comments:

Post a Comment