Computer Science, asked by kvishwanathan051, 1 month ago

Write short notes on Escape Sequence with example?​

Answers

Answered by meharinkoommen
3

Answer:

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 XxitsmrseenuxX
4

\huge\color{pink}\boxed{\colorbox{Black}{❥ Answer}}

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