Main is just like an another function, and we may call it recursively, like other function in recursions
On 12 Mar 2007 03:07:48 -0700, Amila Perera <[EMAIL PROTECTED]> wrote: > > C allows to call the main in functions. > This has been tested by me under Dev C++ and it works properly. > > Is this not a bug? > Will this give rise to a memory overflow as in the case of a recursive > function? > Is this fact contradictory with respect to structured programming. > > > > -- Thanks & Regards Chetan Nanda Software Engineer Conexant System,Noida [Non-text portions of this message have been removed]
