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