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

What are the four main data types?

0 Answers  


A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.

2 Answers  


What are separators in c++?

0 Answers  


How do you show the declaration of a virtual constructor?

0 Answers  


What is the need of a destructor?

0 Answers  






Can constructor be private in c++?

0 Answers  


What is the difference between delegation and implemented-in-terms-of?

0 Answers  


What are all predefined data types in c++?

0 Answers  


What are different types of loops in c++?

0 Answers  


Write a Program for find and replace a character in a string.

0 Answers  


What data encapsulation is in c++?

0 Answers  


How do you write a function that can reverse a linked-list?

0 Answers  


Categories