Javatpoint Logo
Javatpoint Logo

C++ String end()

This function is used to return an iterator pointing to the last character of the string.

Syntax

Consider a string 'str' and an iterator 'it'. Syntax would be:

Parameter

This function does not contain any parameter.

Return value

It returns an iterator pointing to the end of the string.

Example 1

Let's see the simple example.

Output:

e

Example 2

Let's see an another simple example.

Output:

Welcome to javaTpoint

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