home *** CD-ROM | disk | FTP | other *** search
- %F,15,COMMONC.MNU%Constructs_in_C_and_C++ / %F,15,COMMONC.10%Previous / %F,15,COMMONC.12%Next
-
- %C,1%Functions with an Empty Argument List
-
- Consider the following function declaration:
-
- %C,1%int %C,5%f%C,1%();
-
- In C++, this function declaration means that the function takes no
- arguments. In ANSI C, it could take any number of arguments, of
- any type.
-
-