What are the disadvantages of static arrays?
Data structures like queue or stack cannot be implemented
There are chances of wastage of memory space if elements inserted in an array are lesser than the allocated size
Index value of an array can be negative
Elements are sequentially accessed
This question is part of this quiz :
Array Quiz for DSA