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

4. What is Compiler ?

10. Data Types of C Programming

3. What is programming language ?

7. Introduction of C programming :

9. Header Files of C Programming

18. Identifiers and Keyword in C programming

8. Program structure rules of C programming