Summary of String Literals

string-literal :

"s-char-sequence opt"
L"s-char-sequence opt"

s-char-sequence :

s-char
s-char-sequence s-char

s-char :

any member of the source character set except the double-quotation mark ("), backslash (\), or newline character
escape-sequence