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

  1. When you pass an array as an argument to a function, you are
  2. actually passing a pointer to the first element in the array.
  3. Within the function, you can use array notation or pointer
  4. notation to manipulate elements of the array.
  5.