What is meant by physical size in a dynamic array?

Q & ACategory: Data StructureWhat is meant by physical size in a dynamic array?
Admin Staff asked 4 years ago

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 users

1 Answers
Admin Staff answered 4 years ago

c) The size of the underlying array at the back-end