Are strings mutable in c++?


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

Post New Answer

More C++ General Interview Questions

i want the NIC programmer-B model papaer pattren, iwant the all model papers?

15 Answers   NIC,


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

0 Answers  


Write a recursive program to calculate factorial in c++.

0 Answers  


In java a final class is a class that cannot be derived. How can you make a similar class in C++

1 Answers  


What is Destructor in C++?

0 Answers  






What is ios in c++?

0 Answers  


What is the difference between prefix and postfix versions of operator++()?

0 Answers  


Can we use this pointer inside static member function?

0 Answers  


What is a list c++?

0 Answers  


What is decltype c++?

0 Answers  


How do we implement inheritance in c++?

0 Answers  


What is the full form of dos?

0 Answers  


Categories