Saturday 28 September 2013

Coding 3 : Escape sequences.

In programming, we need escape sequences occasionally. There is some escape sequences that used in coding:
1. \a -> bell.
2. \b ->backspace.
3. \t ->horizontal tab
4. \n -> newline
5. \v -> vertical tab
6. \r -> carriage turn
7. \’ -> single quote
8. \” -> double quote
9. \\ ->backslash
10. \xdd -> haxadecimal notaion.
Example can be downloaded here:
Example coding 3


No comments:

Post a Comment