Transcription: Preprocessor directives are instructions to the preprocessor. For example, pound include tells the preprocessor to copy the contents of another file into the source file in place of the pound include directive. Preprocessor directives are neither functions nor operators. They cannot be overloaded.