Sunday 15 December 2013

C Program to Display Function without using 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(" helloworld ");
}

Output

 helloworld

For More Details Please Visit Ictjobs.info

No comments: