ESCAPE SEQUENCES
The characters which when used with output functions like printf( ),putc(),put() etc.
helps in formatting the output are known as Escape sequence character. The
following is a list of six escape sequences.
\n Newline
\t Horizontal Tab
\v Vertical Tab
\b Backspace
\r Carriage Return
\\ Backslash
No comments:
Post a Comment