C++ String operator=()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 provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India