1.

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 mentionedThis 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

Answer»

Correct answer is (a) TELLS the preprocessor to grab the text of a file and PLACE it directly into the CURRENT file

Explanation: The #include directive tells the preprocessor to grab the text of a file and place it directly into the current file and are STATEMENTS are typically placed at the top of a program.



Discussion

No Comment Found

Related InterviewSolutions