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.
No comments:
Post a Comment