1. |
In linked list implementation of a queue, front and rear pointers are tracked. Which of these pointers will change during an insertion into a NONEMPTY queue?
|
||||||||
Answer:
Option (b) |
2. |
Which is invalid statement for array and linked list?
|
||||||||
Answer:
Option (d) |
3. |
The operation of processing each element in the list is known as ......
|
||||||||
Answer:
Option (d) |
4. |
In linked list implementation of a queue, where does a new element be inserted?
|
||||||||
Answer:
Option (b) |
5. |
In the linked list, each node contains a minimum of two fields. One field is the data field to store the data the second field is?
|
||||||||
Answer:
Option (c) |
6. |
In doubly linked lists, traversal can be performed?
|
||||||||
Answer:
Option (c) |
7. |
A variant of the linked list in which none of the nodes contains the NULL pointer is?
|
||||||||
Answer:
Option (c) |