Constant | Meaning |
---|---|
Integer Constant | Constant which stores integer value |
Floating Constant | Constant which stores float value |
Character Constant | Constant which stores character value |
String Constant | Constant which stores string value |
Symbol | Backslash symbol |
---|---|
\b | Backspace |
\v | Vertical tab |
\" | Double quote |
\r | Carriage return |
\t | Horizontal tab |
\f | Form feed |
\\ | Backslash |
\? | Question mark |
\a | Alert or bell |
\' | Single quote |
\n | New line |