C++ String capacity()This function gives the current size of the allocated space for the string. Capacity of the string is not necessarily equal to the size or length of the string. If it is greater, it means extra space is allocated for other string operations. SyntaxConsider a string str. Syntax would be: ParameterThis function does not contain any parameter. Return valueIt returns the size of the currently allocated space for the string. ExampleLet's see a simple example. Output: capacity of the string is : 18 In this example, we find capacity of the string.
Next TopicC++ Strings
|
JavaTpoint offers too many high quality services. Mail us on h[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