InterviewSolution
Saved Bookmarks
| 1. |
Which of the following keyword is used to declare the header file?(a) include(b) exclude(c) string(d) namespace |
|
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. |
|