home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04182.TXT < prev    next >
Encoding:
Text File  |  1993-11-23  |  323 b   |  6 lines

  1. The scope of an identifier depends on where the identifier is
  2. declared.  The linkage of an identifier depends both on where it
  3. is declared and how it is declared.  The scope of an identifier is
  4. relevant in any program.  The linkage of an identifier is only
  5. relevant in a program that is made up of more than one file.
  6.