91-9990449935 0120-4256464 |
Escape Sequence in CAn 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. List of Escape Sequences in C
Escape Sequence ExampleOutput: You are learning 'c' language "Do you know C language"
Next TopicC If Else
|