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
Escape Sequences in C Programming and their meanings


Comments

Popular posts from this blog

12. Library Functions of C Programming

13. Control Strings in C Programming

11. Variables in C Programming

6. Flowchart of a computer programming

10. Data Types of C Programming

15. Basic Input/output functions in C programming

9. Header Files of C Programming

8. Program structure rules of C programming

7. Introduction of C programming :