Page 1 of 1

What is a dynamic array?

Posted: Wed Jul 13, 2022 7:41 pm
by answerhappygod
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