Formatting output: printf()
printf() displays the value of its format control string
- after substituting in left-to-right order the value of the expressions in the print list for their conversion specifications in the format string and
- after replacing escape sequences by their meanings