Preprocessor Directives
Includes header file stdio.h from /usr/include directory into program.
stdio.h contains functions prototypes of scanf(), printf() and others, so that inch2cm.c can use these functions.
#include "file" assumes file in current directory.