This is a file I/O function, also hardware dependent. It is not implemented in this Compiler.
#include <stdio.h>
int scanf(const char *format, ...);
scanf() is the same as sscanf(), but the input comes from stdin instead of a string.
The number of data arguments read, if any input was converted. If not, it returns EOF.