Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
scanf
Jump to user comments
The C library routine that reads data from the standardinput stream stdin into the locations given by each entry
in its argument list. The first argument is a format string
which controls interpretation of the input and each subsequent
argument points to a variable with a type that corresponds to
a type specifier in the format-string.