Basic Introduction to Programming with C

printf(format string, argument list); where the format string is a string literal that contains three types of elements. The first one is referred to by ANSI C as plain characters. These are characters that will be displayed directly unchanged to the screen. The second one is conversion specification(s) that will be used to convert, format, and ... ................
................