Backslash Character
C supports some special backslash character constants that are used in output functions. For example, the ‘\n’ stands for newline character. The list of backslash character are given bellow :
| \a | audiable alert |
| \b | back space |
| \f | form feed |
| \n | new line |
| \r | carriage return |
| \t | horizontal tab |
| \v | vertical tab |
| \0 | NULL |
| \’ | single quote |
| \’’ | double quote |
| \? | question mark |
| \\ | backslash |
Written by “Shojib”
No comments:
Post a Comment