home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03134.TXT < prev    next >
Encoding:
Text File  |  1993-11-17  |  248 b   |  5 lines

  1. A character constant is a sequence of one or more characters
  2. enclosed in single quotation marks.  You can have more than
  3. one character in a character constant, but the values of
  4. multicharacter constants vary from one implementation to another.
  5.