Q27
Which algorithm in C++ STL is used to find the union of two sorted ranges?
A.
union
B.
merge
AnswerC.
combine
D.
join
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board