home *** CD-ROM | disk | FTP | other *** search
- The scope of an identifier depends on where the identifier is
- declared. The linkage of an identifier depends both on where it
- is declared and how it is declared. The scope of an identifier is
- relevant in any program. The linkage of an identifier is only
- relevant in a program that is made up of more than one file.
-