C Basic
Escape sequences
Escape Sequence | Represents |
---|---|
\a | Bell (alert) |
\b | Backspace |
\n | New line |
\r | Carriage return |
\t | Horizontal tab |
\' | Single quotation mark |
\" | Double quotation mark |
\\ | Backslash |
Escape Sequence | Represents |
---|---|
\a | Bell (alert) |
\b | Backspace |
\n | New line |
\r | Carriage return |
\t | Horizontal tab |
\' | Single quotation mark |
\" | Double quotation mark |
\\ | Backslash |