"Paul Herring" <[EMAIL PROTECTED]> wrote:
> debraj choudhury <[EMAIL PROTECTED]> wrote:
> > can u explain in more detail manner, how a c program can be
> > executed without using main() function and which compilers
> > allow us to do so.......
> 
> Why would you want to do this?

Because there are freestanding implementations when the first
called function is not called main. Probably the biggest example
is the one where all programs begin with WinMain.

-- 
Peter

Reply via email to