InterviewSolution
Saved Bookmarks
| 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 Sequences Example![]() Output:-
|
|