aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Data Structures
  • Which of the following field in the doubly linked list co...
Multiple choice

Which of the following field in the doubly linked list contains the address of the first element of the list?

  1. Previous pointer field

  2. Next pointer field

  3. Information field of the node

  4. Tail

  5. Head

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Head contains the address of the first element of the list.

Keep practicing — related questions

  • In linear linked list, the first part contains the information of the element and second called ____ contai...
  • Which of the following value will be represented by the previous pointer field in the doubly linked list, i...
  • Which of the following field in the doubly linked list should be Null in case of empty linked list?
  • How many fields are there in a node of a doubly linked list?
  • The value of the first linked list index (HEAD) incase of array is--------------
  • How many fields are there in a node of a circular doubly linked list?
  • In which of the following linked lists is the null pointer in the last node replaced with the address of th...
  • In linked list, a node has atleast --------fields.
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Data Structures and Algorithms (1518 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy