C++ String operator=()Last Updated : 17 Mar 2025 This function is used to assign a new value to the string, replacing all the current contents. SyntaxConsider two strings str1 and str2. Syntax would be: Parameterstr2 : str2 is a string object, whose value is to be moved. ch : ch is a character value, whose value is to be moved. s : s is a pointer to the null terminated sequence of characters. Return valueIt returns *this. Example 1Let's see a simple example. Output: Java Programs Example 2Let's see an another simple example. Output: Science is my favorite subject Example 3Let's see this example. Output: C 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