Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ 3.0r4 - <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               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