Format Specifiers in C Programming

In C programming there are number of data types and format specifiers is used to defines the type of data to be printed. Whether to print output or to take input in both case we required format specifiers. Format specifiers are also called as format string. list of format specifiers used in C language. Format … Read more