927621bcs043 What kind of linked list is best to answer question like “What is the item at position n?” a) Singly linked list b) Doubly linked list c) Circular linked list d) Array implementation of linked list What is the minimum number of fields in a node of a double linked list which can store one integer data (A).1 (B).2 (C).3 (D).4 Dynamic memory allocation use (A).calloc (B).malloc (C).free (D).All of the above A linked list is not suitable for (A).stack (B).Deque (C).AVL tree (D).Binary search The situation when in a linked list START=NULL is (A).Underflow (B).Overflow (C).Saturated (D).None of these