C++ String rend()The rend() function stands for reverse end. This function points to the first character of the string. SyntaxConsider a string 'str' and reverse iterator 'ritr'. Syntax would be: ParameterThis function does not contain any parameter. Return valueIt returns a reverse iterator pointing to the beginning of the string. ExampleLet's see the simple example. Output: dlroW olleH In this example, we get the reverse string using rend() 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