PreviousNext

String Constants

A string is a sequence of ASCII characters enclosed in " " (double quotes). White space characters are interpreted literally. The \ (backslash) character introduces an escape sequence, as defined in the ANSI C standard. The " (double quote) character can be coded in a string only if it is escaped by a backslash.

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