home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A041141.TXT < prev    next >
Encoding:
Text File  |  1993-08-23  |  315 b   |  6 lines

  1. Both arguments in print_sum() have a default value of zero.  If
  2. print_sum() is called with two arguments, these default values are
  3. not used.  If print_sum() is called with one argument, the default
  4. value for j is used.  If print_sum() is called with no arguments,
  5. the default values are used for both i and j.
  6.