printf()
The printf() function is one of the first built-in functions a C programmer
discovers, yet it is also one of the most powerful and complex. Few C
programmers have actually used all of its features in practice. This chapter
will attempt to describe it in its entirety, now that you understand the
concepts of data types and pointers.