Chapter - 8: The C Preprocessor

In a program the statement: #include "filename" is replaced by the contents of the file "filename"


A
Sections
9
Exercises

1. Before compilation
2. After Compilation
3. During execution
4. None of the above


Ans: In a program, all included files precompiled. Before the compilation of the program begins, it is  included in the current program.


© 2021 Garbage Valuegarbage value logo