C Escape Sequence
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 |
‘\0’ | Null |
How many Spaces Makes One Tab Space :
- Generally 8 Spaces makes one Tab in Borland CC++ 3.0 Compiler
- It differs from Compiler to Compiler And also different for different Word Processors