MCQs > IT & Programming > C++ > What does this part of a main.cpp file do? #include "library.h"

C++ MCQs

What does this part of a main.cpp file do? #include "library.h"

Answer

Correct Answer: It causes the replacement of the #include directive by the entire contents of the source file library.h. This is similar to a Copy-Paste operation of library.h into main.cpp.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it