Q30
Which algorithm in C++ STL is used to find the intersection of two sorted ranges?
A.
intersect
B.
set_intersection
AnswerC.
common
D.
intersect_range
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board