C++ Vector erase()Last Updated : 17 Mar 2025 It deletes the specified elements pointed by the iterator ![]() Erases third element using erase() function SyntaxConsider a vector v. Syntax would be: Parameterpos: It defines the position of the element which is to be removed from the vector. (start_iterator,end_iterator) : It defines the range of the elements to be removed from the vector. Return valueIt does not return any value. Example 1Let's see a simple example. Output: C# Example 2Let's see a simple example Output: fruit names are :mango, apple,strawberry, kiwi, banana After removing apple and strawbery fruits, Mango, kiwi, banana Next TopicC++ Vector |
We request you to subscribe our newsletter for upcoming updates.

We deliver comprehensive tutorials, interview question-answers, MCQs, study materials on leading programming languages and web technologies like Data Science, MEAN/MERN full stack development, Python, Java, C++, C, HTML, React, Angular, PHP and much more to support your learning and career growth.
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India
