Escape Sequence in C

Escape Sequence in C Programming is used to format the output. The general and most commonly used escape character is \n (to generate a Newline). The list of available escape sequences in this C Programming language. Escape Sequence Operation \a Alarm or Beep \b Backspace \f Form Feed \n New Line \r Carriage Return \t … Read more