Google News
logo
CPP - Quiz(MCQ)
What is the header file used for declaring the standard library algorithms?
A)
library
B)
iterator
C)
container
D)
algorithm

Correct Answer :   algorithm


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

Advertisement