Vidyalelo
C++ Programming · Q30

Standard Template Library (STL) in C++

Programming · C++ Programming · question 30

Q30

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

A.
intersect
B.
set_intersection
Answer
C.
common
D.
intersect_range

Answer: Option B

Solution

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