C Program to demonstrate how the escape characters work.

C Program to demonstrate how the escape characters work.Escape character is the single character, and it is compiled as the character constant.Escape characters are used to solve the c format problems.An escape sequence is denoted by using the backslash () as an escape character, followed by a single character indicating the nonprintable character desired.Read more …