Vidyalelo
Data Structure · Q118

Arrays in Data Structures

Programming · Data Structure · question 118

Q118

What is a dynamic array?

A.
A variable size data structure
Answer
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

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board