c \b
Escape HEX in ASCII Character represented
\a 07 Alert (Beep, Bell) (added in C89)
\b 08 Backspace
\e 1B Escape character
\f 0C Formfeed Page Break
\n 0A Newline (Line Feed); see notes below
\r 0D Carriage Return
\t 09 Horizontal Tab
\v 0B Vertical Tab
\\ 5C Backslash
\' 27 Apostrophe or single quotation mark
\" 22 Double quotation mark
\? 3F Question mark (used to avoid trigraphs)
\nnn any The byte whose numerical value is given by nnn interpreted as an octal number
\xhh… any The byte whose numerical value is given by hh… interpreted as a hexadecimal number
\uhhhh none Unicode code point below 10000 hexadecimal
\Uhhhhhhhh none Unicode code point where h is a hexadecimal digit
Also in C:
- c isdigit function
- jsdocs returns
- how to combine strings in c
- keep last n bits
- downgrade chrome to previous stable version in linux
- get range of values in mongodb
- Switch Mode C Programming
- for statement in c
- 32bit or 64bit
- ordenar un vector
- Print the number 0 using write()
- how to make infinite loop in c
- arduino server read
- C %d
- scanf read line
- cannot update windows 10
- ruby find object in array by attribute
- mariadb unknown collation: 'utf8mb4_0900_ai_ci'
- putting value of struct in runtme
- run a command in cmd with c
- invalid operands to binary expression ('int *' and 'int *')
- how to globally initlailize a struct
- molotovn't ribbentropn't pact
- c check if char is an operator