Explain escape sequences with example?
Answer:
The escape sequences means character literals that are present in C-Sharp are knows as follows:
\' Single quotation mark
\" Double quotation mark
\a Alert
\f Form feed
\b Backspace
\n New line
\r Carriage return
\t Horizontal tab