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>