Vidyalelo
Data Structure · Q169

Arrays in Data Structures

Programming · Data Structure · question 169

Q169

In which of the following cases dynamic arrays are not preferred?

A.
If the size of the array is unknown
B.
If the size of the array changes after few iterations
C.
If the memory reallocation takes more time i.e. expensive
D.
If the array holds less number of elements
Answer

Answer: Option D

Solution

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