C++ List back()C++ List back() function returns the last element of the list. It provides the direct reference to the element. Difference between back() and end() functionThe end() function returns an iterator to the element while back() function returns a direct reference to the same element. SyntaxParameterIt does not contain any parameter. Return valueIt returns the direct reference of the last element. ExampleLet's see a simple example Output: back() is : @ In this example, back() function returns the last element of the list i.e @. Next Topicswap() Function |
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