Home » C++ Programming » Questions and Answers » Question
  1. Which of the following keyword is used to declare the header file?
    1. namespace
    2. string
    3. exclude
    4. include
    5. None of these
Correct Option: D

The include keyword is used to include all the required things to execute the given code in the program.



Your comments will be displayed only after manual approval.