Vidyalelo
C++ Programming · Q34

Standard Template Library (STL) in C++

Programming · C++ Programming · question 34

Q34

Which algorithm in C++ STL is used to find the difference between two sorted ranges?

A.
difference
B.
set_difference
Answer
C.
distinct
D.
find_difference

Answer: Option B

Solution

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