What is the meaning of f in printf?

c

Solution

The `f` in `printf` stands for formatted, its used for printing with formatted output.

Problem

What is the meaning of "f" in C's printf?

Original source