What is include directive?
What is include directive? mcq and its answer is provided on this page.
include
is a preprocessor directive in c programming language.
It is used in almost everytime at start of c program.
What is include directive?
Que. | What is include directive? | |
a | a) Tells the preprocessor to grab the text of a file and place it directly into the current file | |
b | b) Statements are not typically placed at the top of a program | |
c | c) All of the mentioned | |
d | d) None of the mentioned | |
Answer: a | ||
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. |
Comments
Post a Comment