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