Vidyalelo
C++ Programming · Q13

Standard Template Library (STL) in C++

Programming · C++ Programming · question 13

Q13

Which algorithm in C++ STL is used to merge two sorted ranges into a single sorted range?

A.
merge
Answer
B.
sort
C.
concatenate
D.
combine

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board