home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A070941.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  297.0 KB  |  1 channel  |  11,025 sample rate  |  27 seconds
Transcription: Execution begins with the declaration of global objects. The integer global has the value 1000 and goes into the data area. Notice that the characters texting code are always in the data area. Compilers may treat character strings that appear in the code as static objects and put them in the data area. In some compilers, such strings are placed with the program code.