Format Specifiers
Format specifiers are used together with the printf()
function to tell the compiler what type of data the variable is storing. It is basically a placeholder for the variable value.
A format specifier starts with a percentage sign %
, followed by a character. Continue reading C Format Specifiers