Thursday, May 31, 2012

C-PROGRAM WITHOUT MAIN()

C PROGRAM WITHOUT 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