McqMate
Login
Register
Home
Search
Login
Register
Computer Science Engineering (CSE)
Data Structure (DS)
The situation when in a linked list STAR...
Q.
The situation when in a linked list START=NULL is
A.
underflow
B.
overflow
C.
housefull
D.
saturated
Answer» A. underflow
View all MCQs in:
Data Structure (DS)
Discussion
Comment
Related Questions
Which of the following statement is true?i) Using singly linked lists and circular list, it is not possible to traverse the list backwards.ii) To find the predecessor, it is required to traverse the list from the first node in case of singly linked list.
What differentiates a circular linked list from a normal linked list?
The situation when in a linked list START=NULL is ….
Each node in a linked list has two pairs of ………….. and ……………….
The disadvantage in using a circular linked list is …………………….
A circular linked list can be used for
The disadvantage in using a circular linked list is …………………….
How do you count the number of elements in the circular linked list?
Consider the following statements:i. First-in-first out types of computations are efficiently supported by STACKS. ii. Implementing LISTS on linked lists is more efficient than implementing LISTS on an array for almost all the basic LIST operations. iii. Implementing QUEUES on a circular array is more efficient than implementing QUEUES on a linear array with two indices. iv. Last-in-first-out type of computations are efficiently supported by QUEUES.Which of the following is correct?
Overflow condition in linked list may occur when attempting to .............
Login to Continue
It will take less than 2 minutes
Continue with Google
Continue with Linkedin
Continue with Twitter
Report MCQ
Remark*
Report