Next: Formatted I/O Up: Input and Output (I/O) Previous: Redirection

Basic I/O

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)


Dave.Marshall@cm.cf.ac.uk
Fri May 20 13:40:49 BST 1994