InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a disadvantage of dynamic arrays?(a) Locality of reference(b) Data cache utilization(c) Random access(d) Memory leakI'd like to ask this question from Dynamic Array in chapter Arrays Types of Data Structures & Algorithms II have been asked this question in an interview for job. |
|
Answer» Right ANSWER is (d) Memory leak |
|