What is escape sequence give two examples.
Answers
Answered by
2
Explanation:
An escape sequence in C language is a sequence of characters that doesn't represent itself when used inside string literal or character. It is composed of two or more characters starting with backslash \. For example: \n represents new line
Similar questions