C examples for Data Type:char
Char | Description |
---|---|
\" | double quote |
\' | single quote |
\? | question mark |
\\ | backslash |
\a | alert (bell) character |
\b | backspace |
\f | formfeed |
\n | newline |
\ooo | octal number |
\r | carriage return |
\t | horizontal tab |
\v | vertical tab |
\xhh | hexadecimal number |