home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02125.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  350.0 KB  |  1 channel  |  11,025 sample rate  |  32 seconds
Transcription: An identifier has file scope if its declaration appears outside of all blocks and classes. An identifier with file scope is visible from the point where it is declared to the end of the source file. Such an identifier is also accessible for the initialization of global variables. If an identifier is declared extern, it is also visible at linkage time in all object files being linked. identifiers are identifiers declared with file scope.