1.

Escape Sequence C

Answer» ESCAPE Sequence C
Escape Sequence is composed of two or more characters which starts with backslash (" "). Escape sequence in C is a sequence of characters that which doesn't REPRESENT itself when USED inside string literal or character. Below image helps you to get LIST of all Escape Sequence:-


Escape Sequence List

Escape Sequences Example




Escape Sequence Example
Output:-


Escape Sequence Output


Discussion

No Comment Found