C++ Vector pop_back()It deletes the last element and reduces the size of the vector by one. SyntaxConsider a vector v.Syntax would be: ParameterIt does not contain any parameter. Return valueIt does not return any value. The following illustration show how pop_back() function works : This illustration shows how last element of the vector is deleted using pop_back() function. ExampleLet's see a simple example. Output: Initial string is :welcome to javaTpoint tutorial After deleting last string, string is :welcome to javaTpoint In this example, last string is being removed using pop_back() function. Next TopicC++ Vector |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India