The _______ keyword is used to include standard libraries in a C++ program. 

  • import 
  • include 
  • namespace
  • return 
In C++, the "include" keyword is used to include header files, which contain the declarations for the standard libraries. It's vital for utilizing predefined functions and classes, thus facilitating easier and more efficient coding.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *