What does new do in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are the conditions that have to be met for a condition to be an invariant of the class?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What are advantages and disadvantages of Design patterns?
Why we use #include conio h in c++?
Profiler in projects?
What is atoi in c++?
Describe Trees using C++ with an example.
Can we get the value of ios format flags?
Is it possible for a member function to use delete this?
Which sort does c++ use?
What are put and get pointers?