Standard Output
The library <stdio.h> includes basic routines to
- read formatted data from the standard input (usually the keyboard) and
- print on the standard output (usually a window on the monitor).
The basic output routine is printf.
A call to printf has one or more arguments.
- The first is the �format string�, which contains literal text to be printed interspersed with formatting instructions for printing the remaining arguments.