For example, if the format string contains three %d operators, then it must be followed by exactly three parameters and they must have the same types in the same order as those specified by the operators.You can print all of the normal C types with printf by using different placeholders:int (integer values) uses %dfloat (floating point values) uses %fchar (single character values) uses %ccharacter