X-Hacker.org- Microsoft C - table of c escape sequences
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Table of C Escape Sequences
Escape Sequence Meaning Value
\a bell (alert) 0x07
\b backspace 0x08
\f formfeed 0x0C
\n newline 0x0A
\r carriage return 0x0D
\t horizontal tab 0x09
\v vertical tab 0x0B
\\ backslash 0x5C
\' single quote 0x2C
\" double quotes 0x22
\DDD byte value in octal notation
\xHH byte value in hexadecimal notation
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson