Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo C - <b>table of c escape sequences</b> http://www.X-Hacker.org [<<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 (linefeed)    0x0A
          \r       carriage return       0x0D
          \t       horizontal tab        0x09
          \v       vertical tab          0x0B

          \\       backslash             0x5C
          \'       single quote          0x2C
          \"       double quotes         0x22
          \?       question mark         0x3F

          \DDD  byte value in octal notation (1 to 3 digits)
          \xHHH byte value in hexadecimal notation (1 to 3 digits)

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson