he #include directive works by directing the C preprocessor to scan the specified file as input before continuing with the rest of the current source file. The output from the preprocessor contains the output already generated, followed by the output resulting from the included file, followed by the output that comes from the text after the #include directive. For example, if you have a header file header.h as follows − - Study24x7
Social learning Network
29 Mar 2019 10:55 AM study24x7 study24x7

he #include directive works by directing the C preprocessor to scan the specified file as input before continuing with the rest of the current source file. The output from the preprocessor contains the output already generated, followed by the output resulting from the ...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles