Powered By Blogger

Wednesday, 24 April 2013

A C program without main() function.

Try the following code:
#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