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
Wed Sep 14 10:06:31 BST 1994