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
|
JavaTpoint offers too many high quality services. Mail us on h[email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected].
Duration: 1 week to 2 week