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