C++ Vector operator[]()This function is used to access a specified element. SyntaxConsider a vector 'v' and position 'pos'. Syntax would be: Parameterpos: It defines the position of the element. Return valueIt returns the element of specified location. Example 1Let's see a simple example. Output: C C++ java In this example,each element is accessd using operator[]() function. Example 2Let's see simple example Output: 1 2 3 4 5 In this example, each element of vector v is accessed using operator[] () function.
Next TopicC++ Vector
|
JavaTpoint offers too many high quality services. Mail us on [email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected]
Duration: 1 week to 2 week