Define escape sequences with an example
Answers
Answered by
3
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.
Answered by
5
Answer:
In computing and telecommunication, an escape character is a character that invokes an alternative interpretation on subsequent characters in a character sequence. Escape sequences allow you to send non graphic control characters to a display device. For example, It is composed of two or more characters starting with backslash \. For example: \n represents new line.
Explanation:
HOPE IT HELPS YOU :)
Similar questions