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

  1. You can pass a pointer to the argument.  Here, the argument of
  2. function f() is a pointer to an integer.  Notice that the address
  3. of "i" is passed in the calling statement and that the dereference
  4. operator is used in the function to access the contents of that
  5. address.
  6.