String Constants

String constants consist of a sequence of characters enclosed in double quotes ("").

To specify double-quotes (") in a string constant, insert a backslash (\) before it, as such, "\".

To include other special characters in a string constant, use the character escapes defined in the ANSI C language. See table Common Character Escapes for a list of common character escapes.