There are a couple of function that provide basic I/O facilities.
probably the most common are: getchar() and putchar(). They are defined and used as follows:
Related Functions:
int getc(FILE *stream), int putc(char ch,FILE *stream)