Vidyalelo
C++ Programming · Q169

Classes and Objects in C++

Programming · C++ Programming · question 169

Q169

When we are using heap operations what do we need to do to save the memory?

A.
rename the objects
B.
delete the objects after processing
Answer
C.
both rename & delete the objects
D.
add the objects

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board