InterviewSolution
Saved Bookmarks
| 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 |
|