scanf¶ Synopsis¶ #include <stdio.h> int scanf(const char *format, ...); Description¶ Reads formatted input from stdin.