Description
Types | 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 |
Description
Description
Description
Description
Example
Description
Backslashes | 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 |
Example
Key Points
Programming
Tips