InterviewSolution
Saved Bookmarks
| 1. |
What is meant by physical size in a dynamic array?(a) The size allocated to elements(b) The size extended to add new elements(c) The size of the underlying array at the back-end(d) The size visible to usersThe origin of the question is Dynamic Array in division Arrays Types of Data Structures & Algorithms IThe question was asked during an interview. |
|
Answer» The correct option is (C) The size of the underlying array at the back-end |
|