In this video, we will learn about escape sequences in C++.
Escape sequences are special characters used to control the format of the output. These characters are used in output statement. They are not displayed in the output. An escape sequence begins with backslash "\" that is called escape character.
Different escape sequences used in C++ are as follows:
\a Alarm
\b Backspace
\f Form feed
\n New line
\r Carriage return
\t Tab
\' Single quote
\" Double quote
Step by step explanation.
Easy to follow and understand.
https://www.itseriestutor.com
https://www.facebook.com/itseriestutor
#ITSeriesTutor #CPP#Escape Sequences