C++ Vector front()It gives a reference to the first element of vector. SyntaxConsider a vector.Syntax would be: ParameterThis function does not contain any parameter. Return valueThis function returns the first element of the vector. Example 1Let's see a simple example. Output: java In this example, front() function displays the first element of language object. 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