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

  1. The parentheses following a function name are the function call
  2. operator.  The arguments of the function are enclosed in the
  3. parentheses.  The argument list for this function f() is a, b, c.
  4.