Copyright Digital Equipment Corp. All rights reserved.
Performs formatted input from the standard input (stdin),
interpreting it according to the format specification.
Format
#include <stdio.h>
int scanf (const char *format_spec, . . . );
Arguments Return_Values