Introduction
Format specifiers tell the computer how to show or read different types of data like numbers or letters.
When you want to print a number or text on the screen in C.
When you need to read input from the user and store it correctly.
When you want to format output neatly, like showing decimals or padding spaces.