home *** CD-ROM | disk | FTP | other *** search
- %F,15,COMMONC.MNU%Constructs_in_C_and_C++ / %F,15,COMMONC.14%Previous / %F,15,COMMONC.16%Next
-
- %C,1%main() Recursion
-
- In C++, main%C,1%()%C,5% cannot be called recursively and cannot have its
- address taken. ANSI C allows recursive calls and allows pointers
- to hold the address of main%C,1%()%C,5%.
-
-