What is a dynamic array?

Q & ACategory: Data StructureWhat is a dynamic array?
Admin Staff asked 4 years ago

What is a dynamic array?
a) A variable size data structure
b) An array which is created at runtime
c) The memory to the array is allocated at runtime
d) An array which is reallocated everytime whenever new elements have to be added

1 Answers
Admin Staff answered 4 years ago

a) A variable size data structure