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

make a middle node of doubly linklist to the top of the list

1 Answers  


What parameter does the constructor to an ofstream object take?

0 Answers  


How can you quickly find the number of elements stored in a dynamic array?

0 Answers  


Can we use struct in c++?

0 Answers  


Describe new operator?

0 Answers  






What are iterators in c++?

0 Answers  


Is C++ case sensitive a) False b) Depends on implementation c) True

0 Answers  


Why do we need templates?

0 Answers  


In c++, what is the difference between method overloading and method overriding?

0 Answers  


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

0 Answers  


What is command line arguments in C++? What are its uses? Where we have to use this?

0 Answers   HCL,


How do we balance an AVL Tree in C++?

0 Answers   Impetus,


Categories