1.

What does a default header file contain?(a) prototype(b) implementation(c) declarations(d) pointingThe question was posed to me in quiz.Asked question is from Header Files Usage in section Source Files, Classes and Operator Overloading in C++ of C++

Answer»

Correct answer is (c) declarations

The BEST I can EXPLAIN: In the header FILE, we define something that to be MANIPULATED in the program.



Discussion

No Comment Found

Related InterviewSolutions