Computer Science, asked by atulyasingh19, 1 month ago

What is escape sequence give two examples.​

Answers

Answered by kavithasunil32727
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