Homechevron_rightEngineeringchevron_rightComputer Sciencechevron_rightData Structurechevron_rightLists

Lists MCQs

  • 1. In linked lists there are no NULL links in
  • filter_dramaExplanation
    Answer is : C
    None.
  • 2. Can we read a data item at any location of a list within a constant time (i.e. O(1))?
  • filter_dramaExplanation
    Answer is : C
    None.
  • 3. node.next -> node.next.next; will make
  • filter_dramaExplanation
    Answer is : A
    None.
  • 4. A circular linked list can be used for
  • filter_dramaExplanation
    Answer is : C
    None.
  • 5. In doubly linked lists
  • filter_dramaExplanation
    Answer is : B
    None.
  • 6. The advantage of
  • filter_dramaExplanation
    Answer is : B
    None.
  • 7. There is an extra element at the head of the list called a
  • filter_dramaExplanation
    Answer is : B
    None.
  • 8. Each node in a linked list has two pairs of
  • filter_dramaExplanation
    Answer is : A
    None.
  • 9. The disadvantage in using a circular linked list is
  • filter_dramaExplanation
    Answer is : A
    None.
  • 10. A linear list in which each node has pointers to point to the predecessor and successors nodes is called as
  • filter_dramaExplanation
    Answer is : C
    None.
leaderboardLeaderboard
  • Rahul Kumar

    191 Points

  • VIKRAM JEET

    54 Points

  • GEETHIKA CHOWDARY

    53 Points

  • sunita saini

    52 Points

  • Zain

    49 Points