What Does Scanf Mean?
In the C programming language, scanf is a function that reads formatted data from stdin (i.e, the standard input stream, which is usually the keyboard, unless redirected) and then writes the results into the arguments given.
Techopedia Explains Scanf
The scanf function has the following prototype/signature: