An array is not useful in places where we have operations like insert in the middle, delete from the middle, and search in unsorted data. If you only search occasionally: Linear search in an array or ...