CONSOLE I/O OPERATIONS

Console I/O functions perform input from the standard input device and output to the standard output device of a system.
Examples - getchar(), putchar(), gets(), puts()

Next