Special symbols in programming

Some of the characters in a computer cannot by typed, or if typed they may have a different meaning. Three of the commonly used symbols that can be represented by escape sequence are:

\n - new line

\r - carriage return, or return cursor to the beginning

\t - tab

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator