home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03138.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-12  |  243.9 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: In this example, the string literal Dundas is stored at the location pointed to by string name. A string literal has type array of char. The last element of the array is a null character. Contrast character constants with string literals. Character constants are surrounded by single quotes, and they most often consist of just one character.