Menu

Lists Questions

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