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

  1. In print_array(), the array has the type of pointer to int.  You
  2. could also declare the array to have the type array of int.
  3.