C++ String rbegin()Last Updated : 17 Mar 2025 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 request you to subscribe our newsletter for upcoming updates.

We deliver comprehensive tutorials, interview question-answers, MCQs, study materials on leading programming languages and web technologies like Data Science, MEAN/MERN full stack development, Python, Java, C++, C, HTML, React, Angular, PHP and much more to support your learning and career growth.
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India