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
|
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