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