Monday 2 January 2017

ESCAPE SEQUENCE CHART IN C++

Share & Comment
ESCAPE SEQUENCE
NON GRAPHIC CHARACTERS
\a
Audible bell ( alert )
\b
Backspace
\f
Formfeed
\n
Newline or linefeed
\r
Carriage return
\t
Horizontal tab
\v
Vertical tab
\\
Backlash
\’
Single quote
\”
Double quote
\?
Question mark
\on
Octal number
\xHn
Hexadecimal number
\o
Null


Tags:

Written by

Hy, i am a Code Geek ! And like to eduate others.

0 comments:

Post a Comment

 
Copyright © C++ Programming | Designed by Templateism.com