What is #include directive?
(a) Tells the preprocessor to grab the text of a file and place it directly into the current file
(b) Statements are not typically placed at the top of a program
(c) All of the mentioned
(d) None of the mentioned
This question was posed to me in class test.
This intriguing question comes from C-Preprocessor topic in section C Functions and Structure of a Program of C