Javatpoint Logo
Javatpoint Logo

C++ Vector erase()

It deletes the specified elements pointed by the iterator

cpp Vector erase()

Erases third element using erase() function

Syntax

Consider a vector v. Syntax would be:

Parameter

pos: 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 value

It does not return any value.

Example 1

Let's see a simple example.

Output:

C#

Example 2

Let'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





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA