C++ String push_back()This function is used to add new character ch at the end of the string, increasing its length by one. SyntaxConsider a string s1 and character ch . Syntax would be : Parametersch : New character which is to be added. Return valueIt does not return any value. Example 1Let's see simple example. Example 2Let's consider another simple example. Output: String contains :java tutorial Now,string is java tutorial 1 Example 3Let's see the example of inserting an element at the end of vector. Output: Java
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