Special extended ASCII characters
Posted by on 2015-02-17 10:50:27:
Special characters
\n Newline character.
\t Tab character.
\\ Backslash character.
\0 Empty string (not a null character).
If \0 is immediately followed by the character x, the character X, or any character defined by the LC_CTYPE digit keyword, the results are unspecified.
Tags: ASCII , characters , extended
Return to home page: Home