home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03116.TXT < prev    next >
Encoding:
Text File  |  1993-08-11  |  225 b   |  5 lines

  1. If you initialize the elements of an array, you do not have to
  2. explicitly specify the size of the array.  The size is set to the
  3. number of elements that you provide.  In this example, the size of
  4. the array m is set to 4.
  5.