xxxxxxxxxx
\’ – Output a Single quote
\” – Output a double quote
\ – Output a Backslash
\n – Insert a newline
\r – Insert a carriage-return
\t – Insert a tab
\0 – Insert a null character
\b – Insert a backspace
xxxxxxxxxx
| Escape sequence | Meaning |
\\ \ character
\' ' character
\" " character
\? ? character
\a Alert or bell
\b Backspace
\f Form feed
\n Newline
\r Carriage return
\t Horizontal tab
\v Vertical tab
\xhh . . . Hexadecimal number of one or more digits