13. Control Strings in C Programming

Control String :
It is also known as format specifier.It defines the way in which the arguments used with printf( ) & scanf( ) will be displayed or accepted respectively. It begins with the percent sign and is followed with the format code. The following table depicted the different control string for different data types:

Control Strings in C Programming
Control Strings in C Programming

Comments

Popular posts from this blog

12. Library Functions of C Programming

6. Flowchart of a computer programming

11. Variables in C Programming

15. Basic Input/output functions in C programming

10. Data Types of C Programming

7. Introduction of C programming :

9. Header Files of C Programming

14. Escape Sequences in C Programming

8. Program structure rules of C programming