Escape Sequence in C
Escape Sequences
- New Line
- Bell (alert)
- Backspace
- Formfeed
- Carriage return
- Horizontal tab
- Vertical tab
- Single quotation mark
- Double quotation mark
- Backslash
- Literal question mark
- ASCII character in octal notation
- ASCII character in hexadecimal notation
- Unicode character in hexadecimal notation