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
The origin of the question is Dynamic Array topic in portion Arrays Types of Data Structures & Algorithms I
This question was addressed to me in an online quiz.