What are the disadvantages of arrays?

Q & AWhat are the disadvantages of arrays?
Admin Staff asked 4 years ago

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
c) Index value of an array can be negative
d) Elements are sequentially accessed

1 Answers
Admin Staff answered 4 years ago

b) There are chances of wastage of memory space if elements inserted in an array are lesser than the allocated size