C++ Vector at()Last Updated : 17 Mar 2025 It gives a reference to an element. SyntaxConsider a vector v and k is the position. Syntax would be: Parameterk: k defines the position of element which is to be returned by at() function. Return valueIt returns the element of specified position. The following illustration shows how at() function worksIf i=0 : ![]() If i=3 : ![]() ExampleLet's see a simple example. Output: 1234 In this example, at() function access the elements of vector . Next TopicC++ Vector |
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

