scanf(), fscanf() - Beej's Web Page
13.5. scanf(), fscanf() Read formatted string, character, or numeric data from the console or from a file. Prototypes #include int scanf(const char *format, ...); int fscanf(FILE *stream, const char *format, ...); Description The scanf() family of functi...