Escape sequence in C:
The escape sequence in the C language is the sequence of the letters that do not stand out when used within a literal unit or character.
It is made up of two or more characters that start with a backslash \. Example: \n represents a new line.
Sequence Meaning
\a Bell (alert)
\b Backspace
\n Newline
\t Horizontal tab
\\ Backslash
\' Single quote
\" Double quotation