Q118
What is a dynamic array?
A.
A variable size data structure
AnswerB.
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
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board