Transcription: Header files contain declarations of objects that are used in different files. To make the declarations in a header file available to a program, use the pound include preprocessor directive followed by the name of the file. When a file includes a header file, the file is treated as if it contained all of the statements that are in the header file.