C++ List front()Last Updated : 17 Mar 2025 C++ List front() function returns the first element of the list. It provides the direct reference of the element. Difference between front() and begin()The begin() function returns an iterator to the element while front() function returns a direct reference to the same element. ![]() SyntaxParameterIt does not contain any parameter. Return valueIt returns the direct reference of the first element. Example 1Let's see a simple example when the list containing integer values. Output: front() is : 1 In this example, front() function returns the first element of the list i.e 1. Example 2Let's see a simple example when the list containing character values. Output: front() is : j Next Topicback() Function |
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
