14. Escape Sequences in C Programming
Escape Sequences :
It specified with the first argument of printf( ), these are mainly used for screen formatting of the output. Normally escape sequence are some control characters used to move the cursor and print the characters, such as ?,",\ etc.The following table shows the different escape sequences and their meanings:
Escape Sequences in C Programming and their meanings |
Comments
Post a Comment