Next: Streams Up: Programming in C Previous: Exercises

Input and Output (I/O)

This chapter will look at many forms of I/O. We have briefly mentioned some forms before will look at these in much more detail here.

Your programs will need to include the standard I/O header file so do:

#include <stdio.h>



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