Which option correctly define the advantages of array?
Arrays allow random access and cache friendliness due to contiguous memory allocation.
Arrays allow efficient insertions and deletions in the middle.
Arrays provide low memory usage by storing references instead of actual data.
Arrays are slower than other data structures in accessing elements.
This question is part of this quiz :
Array Quiz for DSA