C program to demonstrate example of escape sequences
This program will demonstrate example of escape sequences, here you will learn how to use escape sequences to print special characters like new line, tab space, inverted commas etc in printf statements.
Most popular Escape Sequences
\\ \
\" "
\' '
\? ?
\a Alert
\b Back space
\n New Line
\t Horizontal tab
\v Vertical tab
\r Carriage return
Escape sequences example program in c
Output
Hello World! Hello World! "Hello World!" HellWorld!need an explanation for this answer? contact us directly to get an explanation for this answer