Is it possible to run a c program without using main?If yes HOW??
Yes it is possible to run a c program with out main for this you need to supply astart(assembly procedure CRT) address in the command line.