Vidyalelo
Data Structure · Q85

Introduction to Data Structures

Programming · Data Structure · question 85

Q85

What are the disadvantages of arrays?

A.
Data structure like queue or stack cannot be implemented
B.
There are chances of wastage of memory space if elements inserted in an array are lesser than the allocated size
Answer
C.
Index value of an array can be negative
D.
Elements are sequentially accessed

Answer: Option B

Solution

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