1.

Which of the following keyword is used to declare the header file?(a) include(b) exclude(c) string(d) namespaceI got this question in semester exam.Origin of the question is Header Files Usage in section Source Files, Classes and Operator Overloading in C++ of C++

Answer»

Correct choice is (a) INCLUDE

Explanation: The include keyword is used to include all the required things to execute the GIVEN CODE in the PROGRAM.



Discussion

No Comment Found

Related InterviewSolutions