Javatpoint Logo
Javatpoint Logo

C++ String crend()

The crend() function stands for reverse end. It points to the first character of string and returns constant reverse iterator.

Syntax

Consider a string s. Syntax would be:

Parameter

It does not contain any parameter.

Return value

It returns a constant reverse iterator to the reverse end of the string.

Example 1

Let's see a simple example.

Output:

gnimmargorP C

In this example, we got the reverse string using crend() function.

Example 2

Let's see another simple example.

Output:

54321

In this example, we got the reverse string containing integer values using crend() function.


Next TopicC++ Strings





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA