Q13
Which algorithm in C++ STL is used to merge two sorted ranges into a single sorted range?
A.
merge
AnswerB.
sort
C.
concatenate
D.
combine
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board