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

  1. The function f() is defined with two specified integer arguments.
  2. The second argument is the number of unspecified arguments in the
  3. statement that calls f().  The ellipsis, or three dots,
  4. represents the unspecified arguments.
  5.