print escape sequence in c code example
Example: escape sequence in c
// List of Escape Sequences in C
// Escape Sequence Meaning
// \a Alarm or Beep
// \b Backspace
// \f Form Feed
// \n New Line
// \r Carriage Return
// \t Tab (Horizontal)
// \v Vertical Tab
// \\ Backslash
// \' Single Quote
// \" Double Quote
// \? Question Mark
// \nnn octal number
// \xhh hexadecimal number
// \0 Null