_________ linked list does not contain a Null Pointer.
Single
Double
Circular
Linear
__________operation decrement the stack pointer by one word.
Push
Pop
Sorting
Merging
The arrangement of plates in a cafeteria is similar to _______.
Queue
Linked list
Stack
Array
A linked list in which the last node points to the first node is ____________
Single linked list
Circular linked list
Double linked list
None of these
A pointer variable which contains the location at the top element of the stack is called
Top
Last
Final
End
___________ data structure is used for Reversing a string
In a queue insertion take place at __________ end.
Rear
Front
Middle
Both A & B
Queue follows _________ principle.
FIFO
LIFO
Sequential
Random