Are strings immutable in c++?
No Answer is Posted For this Question
Be the First to Post Answer
what is a reference variable in C++?
What happens if an exception is throws from an object's constructor and from object's destructor?
Explain mutable storage class specifier.
Is c++ a programming language?
Why can you not make a constructor as const?
How are pointers type-cast?
What are friend functions in C++?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
What is a virtual destructor?
Write about the retrieval of n number of objects during the process of delete[]p?
Which bitwise operator is used to check whether a particular bit is on or off?
How to create a pure virtual function?