C++ String push_back()Last Updated : 17 Mar 2025 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 |
We request you to subscribe our newsletter for upcoming updates.

We deliver comprehensive tutorials, interview question-answers, MCQs, study materials on leading programming languages and web technologies like Data Science, MEAN/MERN full stack development, Python, Java, C++, C, HTML, React, Angular, PHP and much more to support your learning and career growth.
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India