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