Question:What is escape sequence? How to use it?
Answer Escape sequence is a way to include escape characters and sequences for additional control over string literals. It is written by prefacing a code with a backslash(\). For example, the literal \' prints an apostrophe without affecting the literal itself.
+ Report
What is escape sequence? How to use it?