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
|
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