WELCOME

WELCOME TO TECH-VILLA.

SEARCH YOUR TECHNICAL STUFF

OR

BROWSE THROUGH LABELS IN SIDEBAR

HAPPY BLOGGING.

Wednesday, January 20, 2010

Programme in C without main()

this is very simple and small  trick in C
a progrmme in c with out using a main function.
#include
#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")
}

N-JOY

No comments:

Post a Comment