What is meant by physical size in a dynamic array?
Posted: Wed Jul 13, 2022 7:41 pm
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
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