Home / CSE MCQs / Data Structure MCQs :: Discussion

Discussion :: Data Structure MCQs

  1. In linked list implementation of a queue, from where is the item deleted?
  2. A.
    At the head of link list
    B.
    At the centre position in the link list
    C.
    At the tail of the link list
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Since queue follows FIFO so new element deleted from first.


Be The First To Comment