Vidyalelo
C++ Programming · Q15

Standard Template Library (STL) in C++

Programming · C++ Programming · question 15

Q15

Which algorithm in C++ STL is used to remove all occurrences of a value from a container?

A.
remove
B.
erase
Answer
C.
delete
D.
eliminate

Answer: Option B

Solution

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