home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A041752.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  193.1 KB  |  1 channel  |  11,025 sample rate  |  18 seconds
Transcription: The second output statement prints the value of float x, even though the statement is in an enclosed block where a different x is declared. The scope resolution operator specifies that the declaration of x at file scope should be used rather than the local declaration.