Escape Sequence |
Represents |
---|---|
\a
|
Bell (alert) |
\b
|
Backspace |
\f
|
Formfeed |
\n
|
New line |
\r
|
Carriage return |
\t
|
Horizontal tab |
\v
|
Vertical tab |
\'
|
Single quotation mark |
\
"
|
Double quotation mark |
\\
|
Backslash |
\?
|
Literal question mark |
\
ooo
|
ASCII character in octal notation |
\x
hh
|
ASCII character in hexadecimal notation |
\x
hhhh
|
Unicode character in hexadecimal notation if this
escape sequence is used in a wide-character constant or a Unicode string
literal. For example, WCHAR f = L'\x4e00' or WCHAR b[] = L"The Chinese character for one is \x4e00". |
It is the Blog which help you to enhance your technical and logical knowledge .........
Sunday, 2 September 2012
Escape Sequences
Subscribe to:
Post Comments (Atom)
thanks for shearing this..........
ReplyDelete