Hola, tenemos la respuesta a lo que buscas, continúa leyendo y la hallarás un poco más abajo.
Ejemplo: c caracteres de escape
Escape HEX in ASCII Character represented
a 07Alert(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
Calificaciones y reseñas
Si piensas que ha sido útil este artículo, nos gustaría que lo compartas con el resto entusiastas de la programación y nos ayudes a extender esta información.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)