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.
