Branch Wise MCQComputer Science McqsData Structure

Data Structure MCQ Page-07

61.
The list which has its own pointer is called……..

62.
Which of the following is two way lists

63.
A ………. is a header list where the last node contains the null pointer.

64.
RLINK is the pointer pointing to the…

65.
A …………. is a header list where the last node points back to the header node.

66.
In a linked list, insertion can be done as………

67.
The disadvantage in using a circular linked list is …….

68.
Which of the following conditions checks available free space in avail list?

69.
A linear list in which each node has point to the predecessor and successors nodes is called ……..

70.
Finding the location of a given item in a collection of items is called……