Chapter 01 Exercise D
Duration: 5:20 Min | May 27, 2023
Escape sequence: In the C language, escape sequences are used inside string literals and character literals. The C language has several predefined escape sequences that represent common special characters. For example, the escape sequence "\n" represents the newline character, and the escape sequence "\t" represents the tab character. C also supports octal and hexadecimal escape sequences for representing arbitrary characters using their numerical ASCII code.