int scanf( const char *format, arg1, arg2, ... )
- prototype in stdio.h - accepts input from stdin and converts to format specs - see
SCANF SPEC