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

  1. Every identifier has an associated scope.  The scope determines in
  2. which parts of the program the identifier is visible.  Where and
  3. how an identifier is declared establishes the scope of the object
  4. it identifies.
  5.