C++ Deque pop_back()C++ Deque pop_back() function removes the last element from the the deque container and the size of the deque is reduced by one. SyntaxParameterIt does not contain any parameter. Return valueIt does not return any value. ExampleLet's see a simple example Output: 1 2 3 4 In this example, pop_back() function removes the last element i.e 5 from the deque. Next TopicC++ Deque |
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