Vidyalelo
C++ Programming · Q27

Standard Template Library (STL) in C++

Programming · C++ Programming · question 27

Q27

Which algorithm in C++ STL is used to find the union of two sorted ranges?

A.
union
B.
merge
Answer
C.
combine
D.
join

Answer: Option B

Solution

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