C++ String rbegin()The rbegin() function stands for reverse beginning. This function is used to point to the last character of the string. SyntaxConsider a string str. Syntax would be: ParameterThis function does not contain any parameter. Return valueIt returns the reverse iterator pointing to the last character of the string. ExampleLet's see the simple example. Output: ybboh ym si gnicnaD In this example, we get the reverse string using rbegin() 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