? The function scanf() is used for formatted input from the standard input and provides many of the conversion facilities.
? It is used for formatted output to standard output device, that is, screen. The format specification string and the data to be output, are the arguments (parameters) to the printf() function.