Which of the following linked lists where each node has pointers to point to the Predecessor and successors node?

Q._ A linear list in which each node has point to the predecessor and successors nodes is called ____________

  • A).singly linked list
  • B).circular linked list
  • C).doubly linked list
  • D).linear linked list