Is std :: string immutable?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Write a C++ Program to check whether a number is prime number or not?

0 Answers   IBS,


What do you mean by stack unwinding in c++?

0 Answers  


How would you implement a substr() function that extracts a sub string from a given string?

0 Answers  


Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.

0 Answers   Maxobiz,


What is flag in computer?

0 Answers  






Can you declare an array without a size in c++?

0 Answers  


How can you say that a template is better than a base class?

0 Answers  


How do I tokenize a string in c++?

0 Answers  


Will the inline function be compiled as the inline function always? Justify.

1 Answers  


In C++ cout is: a) object b) class c) something else

11 Answers   Infosys, Lehman Brothers,


When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

0 Answers  


Which operations are permitted on pointers?

0 Answers  


Categories