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

  1. If a function has default values for its arguments, you can omit
  2. these arguments when you call the function.  However, if you omit
  3. an argument you must omit all of the arguments that follow it.
  4.