C++ String cend()This function gives a reference to the last character of the string. Difference b/w end() and cend()The only difference between end() and cend() function is, cend() returns the constant iterator pointing to the constant value. SyntaxConsider a string str. Syntax would be: ParameterThis function does not contain any parameter. Return valueThis function returns the reference pointing to the last element of the string. Example 1Output: mango is my favorite fruit This example displays the string using cbegin() function. Example 2Output: 12345 This example displays the list using cbegin() and cend() 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