home *** CD-ROM | disk | FTP | other *** search
- In this example, the string literal "Dundas" is stored at the
- location pointed to by street_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.
-