#include < stdio.h >
#include < conio.h >
#define decode(s,t,u,m,p,e,d) m##s##u##t
#define nishant decode(a,n,i,m,a,t,e)
int bns()
{
printf(" hello ");
getch();
}
Sunday, July 11, 2010
C PROGRAM WITHOUT MAIN FUNCTION
9:02 AM
Binod Narayan Sethi