Saturday, December 3, 2016

Escape Sequences

\nNewline –Positions the cursor at the beginning of the next line

\tHorizontal tab –Move the screen cursor to the next tab position

\rCarriage returns -Positions the beginning of the current line. Do not advance to the next line. Any characters output after the carriage return overwrites the previous characters.

\\Backslash

\”Double quote

\’Single quote



Write the code given below using NotePad












Then compile and run it
Watch this video