C++ String crbegin()The crbegin() function stands for 'reverse beginning'. This function references to the last character of the string. SyntaxConsider a string str. Syntax would be: ParameterThis function does not contain any parameter. Return valueThis function returns the constant iterator pointing to the last character of the string. Example 1Let's see the simple example of crbegin() function: Output: rewolF sutoL This example shows how to reverse the string using crbegin() function. Example 2Output: 54321 This example shows how to get the reverse list using crbegin() function.
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