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

  1. Here, the function f() is defined to take an argument of type int.
  2. The value of this argument is copied to the formal argument "i" in
  3. f().
  4.