Thursday, July 8, 2010

Escape sequence in programming

This are the common escape sequences in programming.

\n     - newline.
\t      - Horizontal Tab
\r     - Carriage return
\\     - Backslash
\"     - Double Quote

No comments:

Post a Comment