Printf - page 2

What is the use of printf in c?
Why does C use printf instead of print? The most basic printing functions would be puts and putchar which print a string and char respectively. f is f...