The format specifiers are used in C for input and output purposes. Using this concept the compiler can understand that what type of data is in a variable while taking input using the scanf() function and printing using printf() function. Here is a list of format specifiers.

