int fscanf(int filehandle, string format, …)
Reads in data. Most format options of the ANSI C standard are supported.
Due to the absence of pointers, variables of type int or string are provided directly rather than pointers as in ANSI C.
int
string