What is the purpose of `#include` directive?
Q1. What is the purpose of `#include` directive?
Answer: To include a file for preprocessing
Explanation: The #include directive includes a file during the preprocessing stage. NET computer science MCQs often test this core concept.