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

3. What is programming language ?

15. Basic Input/output functions in C programming

17. Constants/Literals in C programming

7. Introduction of C programming :

11. Variables in C Programming

4. What is Compiler ?