-
What is the header file used for declaring the standard library algorithms?
-
- algorithm
- library
- container
- All of above
- 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.