Is it possible to run a c program without using main?If yes HOW??
in linux while compilation we u mention -nostartfiles it will work #include<stdio.h> abc() { printf("hello"); }