![]() |
| BACKSLASH CODE |
These Backslash Codes are used inside the printf() function of the C language. These backslash codes are help to perform some specific function and also help to format the text in the language.
Backslash codes with their meaning are given below :-
| Codes | Meaning |
| \b | Backspace |
| \f | Form Feed |
| \n | New Line |
| \r | Carriage return |
| \t | Horizontal Tab |
| \" | Double Quote |
| \' | Single Quote |
| \0 | NULL |
| \\ | Backslash |
| \v | Vertical Tab |
| \a | Alert |
| \? | Question Mark |
| \N | Octal Constant(where N is the octal constant) |
| \xN | Hexadecimal Constant(where N is the hexadecimal constant) |
Hope that this article will you guys thanks for visiting the website.

EmoticonEmoticon