home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04181.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-24  |  285.5 KB  |  1 channel  |  11,025 sample rate  |  26 seconds
Transcription: When a program is made up of more than one file, one identifier may refer to the same object in every file. On the other hand, it may only refer to a particular object that is defined in the current file. If it refers to the same object in every file, it has external linkage. If the identifier only refers to an object that is defined in the current file, it has internal linkage.