adplus-dvertising
frame-decoration

Question

What is the main advantage of arrays over linked lists?

a.

They have a lower memory overhead

b.

They can directly access items through their index

c.

They can easily add or remove items from different parts of the list

d.

They can store any type of data

Posted under Reverse Engineering

Answer: (b).They can directly access items through their index Explanation:Items in arrays can be directly accessed through their index, which is not the case with linked lists.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the main advantage of arrays over linked lists?