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

QWhich of the following is true about a doubly linked list?

ID: #5623 Linked Lists 371 views
Question Info
#5623Q ID
EasyDifficulty
Linked ListsTopic

Choose the Best Option

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

  • A It can only be traversed in one direction.
  • B It cannot be circular.
  • C It has better cache locality than a singly linked list.
  • D It can be traversed in both directions.
Correct Answer: Option D

Explanation

It can be traversed in both directions.
No Previous Next Question

Share This Question

Challenge a friend or share with your study group.