Vidyalelo
Data Structure · Q198

Introduction to Data Structures

Programming · Data Structure · question 198

Q198

Which of the following is not a disadvantage to the usage of array?

A.
Fixed size
B.
There are chances of wastage of memory space if elements inserted in an array are lesser than the allocated size
C.
Insertion based on position
D.
Accessing elements at specified positions
Answer

Answer: Option D

Solution

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