Home » C++ Programming » Questions and Answers » Question
  1. What is the header file used for declaring the standard library algorithms?
    1. algorithm
    2. library
    3. container
    4. All of above
    5. None of these
Correct Option: A

C++ Standard Library, algorithms are components that perform algorithmic operations on containers and other sequences. For this operation, We have to use header file.



Your comments will be displayed only after manual approval.