Menu

Lists Questions

MCQ
71.
If in a linked list address of first node is 1020 then what will be the address of node at 5th position ?
forum Discussion
MCQ
72.
In Circular Linked List insertion of a node involves the modification of ____ links.
forum Discussion
MCQ
73.
The time required to search an element in a linked list of length n is
forum Discussion
MCQ
74.
The worst case time required to search a given element in a sorted linked list of length n is
forum Discussion
MCQ
75.
If a list contains no elements it is said to be
forum Discussion
MCQ
76.
In a linked list array, objects are referred to as
forum Discussion
MCQ
77.
Linked list uses
forum Discussion
MCQ
78.
Number of elements stored in any list is called its
forum Discussion
MCQ
79.
Standard approach for implementation of a list is/are of
forum Discussion
MCQ
80.
An ordered sequence of data items are known to be
forum Discussion