Is it possible to run a c program without using main?If yes HOW??
#define adesh(x,y) y##x int adesh(in,ma) (void) { ; }