Q15
Which algorithm in C++ STL is used to remove all occurrences of a value from a container?
A.
remove
B.
erase
AnswerC.
delete
D.
eliminate
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board