Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Monday, March 9, 2015

What is backslash characters ?

The backslash characters are used in output functions. Backslash character is a special type of character which is used to perform some functionality like as ‘\a’ is used for audible alert. A list of backslash characters are shown in table.


\a
Audible alert/ bell
\b
Back space
\f
Form feed
\r
Carriage return
\n
New line
\v
Vertical tab
\t
Horizontal tab
\’
Single quote
\”
Double quote
\?
Question mark
\\
Backslash
\0
Null



No comments:

Post a Comment