C++ Vector max_size()This function is used to provide the maximum size that vector can hold. SyntaxConsider a vector 'v' and maximum size 'm'. Syntax would be : ParameterIt does not contain any parameter. Return valueIt returns the maximum number of elements that vector can hold. Example 1Let's see a simple example. Output: 4611686018427387903 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