

MCQOPTIONS
Saved Bookmarks
1. |
How to protect the heap from affecting the memory? |
A. | Allocate objects in chunks |
B. | Avoid using pointers for associating two data structures |
C. | Embed pointed child objects into the parent object |
D. | All of above |
E. | None of these |
Answer» E. None of these | |