Data Structure Linked Lists Question #5669
MCQ Single Best Answer Easy

QWhich of the following is an advantage of using a linked list over an array?

ID: #5669 Linked Lists 160 views
Question Info
#5669Q ID
EasyDifficulty
Linked ListsTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Linked lists have a fixed size.
  • B Linked lists allow for efficient random access.
  • C Linked lists can be easily resized.
  • D Linked lists have better cache locality.
Correct Answer: Option C

Explanation

Linked lists can be easily resized.

Share This Question

Challenge a friend or share with your study group.