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

  1. In the argument list for this function, each formal argument is
  2. given a default value.  If print_sum() is called with fewer than
  3. two arguments, the default values are used for the arguments that
  4. are missing.
  5.