C++ String back()This function is used to access the last character of string. SyntaxConsider a string s. Syntax would be: ParameterThis function does not contain any parameter. Return valueThis function returns the reference of last character of the string. ExampleLet's see the simple example to add a mew character at the end of the string Output: BTech in computer science In this example, '.' character has been replaced by the '!' character by using back 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