PreviousNext

Character Constants

A character is an ASCII character enclosed in ' ' (single quotes). A white space character is interpreted literally. The \ (backslash) character introduces an escape sequence, as defined in the ANSI C standard. The ' (single quote) character can be coded as the character only if it is escaped by a backslash.

You can specify any previously defined character constant as the value of a character constant.