C++ String crend()Last Updated : 17 Mar 2025 The crend() function stands for reverse end. It points to the first character of string and returns constant reverse iterator. SyntaxConsider a string s. Syntax would be: ParameterIt does not contain any parameter. Return valueIt returns a constant reverse iterator to the reverse end of the string. Example 1Let's see a simple example. Output: gnimmargorP C In this example, we got the reverse string using crend() function. Example 2Let's see another simple example. Output: 54321 In this example, we got the reverse string containing integer values using crend() 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