Special Backslash Character Constants in C :
| Constant | Meaning |
|---|---|
| ‘a’ | Audible Alert (Bell) |
| ‘b’ | Back Space |
| ‘f’ | Form Feed |
| ‘n’ | New Line |
| ‘r’ | Carriage Return |
| ‘t’ | Horizontal Tab |
| ‘v’ | Vertical Tab |
| ”’ | Single Quote |
| ‘”‘ | Double Quote |
| ‘?’ | Question Mark |
| ‘\’ | Backslash |
| ‘ |
