Homechevron_rightEngineeringchevron_rightComputer Sciencechevron_rightData Structurechevron_rightLists

Lists MCQs

  • 11. Linked lists are best suited
  • filter_dramaExplanation
    Answer is : B
    None.
  • 12. The situation when in a linked list START=NULL is
  • filter_dramaExplanation
    Answer is : A
    None.
  • 13. Which of the following is two way list?
  • filter_dramaExplanation
    Answer is : D
    None.
  • 14. In a circular linked list
  • filter_dramaExplanation
    Answer is : B
    None.
  • 15. A linear collection of data elements where the linear node is given by means of pointer is called?
  • filter_dramaExplanation
    Answer is : A
    None.
  • 16. Which of the following operations is performed more efficiently by doubly linked list than by singly linked list?
  • filter_dramaExplanation
    Answer is : A
    None.
  • 17. What would be the asymptotic time complexity to add a node at the end of singly linked list, if the pointer is initially pointing to the head of the list?
  • filter_dramaExplanation
    Answer is : C
    None.
  • 18. A variant of linked list in which last node of the list points to the first node of the list is?
  • filter_dramaExplanation
    Answer is : C
    None.
  • 19. In doubly linked lists, traversal can be performed?
  • filter_dramaExplanation
    Answer is : C
    None.
  • 20. What kind of linked list is best to answer question like
  • filter_dramaExplanation
    Answer is : D
    None.
leaderboardLeaderboard
  • Rahul Kumar

    191 Points

  • VIKRAM JEET

    54 Points

  • GEETHIKA CHOWDARY

    53 Points

  • sunita saini

    52 Points

  • Zain

    49 Points