scanf is a function that reads data with specified format from a given string stream source, originated from C programming language, and is present in many other programming languages. The
scanf function prototype is: int
scanf(const char *format, ...);
read more >>