What are escape sequences characters? List any six of them.
The characters which when used with output functions like printf( ),putc(),put() etc. helps in formatting the output are called as Escape sequence character. The list of six escape sequences is:-
\n Newline
\t Horizontal Tab
\v Vertical Tab
\b Backspace
\r Carriage Return
\\ Backslash