home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04171.TXT < prev    next >
Encoding:
Text File  |  1993-08-24  |  172 b   |  4 lines

  1. The scope of an identifier is the portion of the program where the
  2. identifier can be used.  The scope is determined by the location
  3. at which the identifier is declared.
  4.