Vidyalelo
C++ Programming · Q640

C++ miscellaneous

Programming · C++ Programming · question 640

Q640

How to protect the heap from affecting the memory?

A.
Avoid using pointers for associating two data structures
B.
Embed pointed child objects into the parent object
C.
Allocate objects in chunks
D.
All of the mentioned
Answer

Answer: Option D

Solution

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