C++ String crend()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 provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India