Beginner C++
Q21 / 100

What does #include do?

Correct! Well done.

Incorrect.

The correct answer is C) Inserts the contents of a header file at compile time

C

Correct Answer

Inserts the contents of a header file at compile time

Explanation

#include is a preprocessor directive that copies the contents of the specified file into the source file before compilation.

Progress
21/100