home *** CD-ROM | disk | FTP | other *** search
- When you call a function in a C++ program, the arguments in the
- calling statement, the actual arguments, initialize the arguments
- in the function definition, the formal arguments. Arguments are
- sometimes also called parameters or operands. In this example,
- the value of "i" is initialized to 3 when f() is called.
-