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
Stack
Queue
Array
Linked list
____________operation increment the stack pointger by one word.
Push
Pop
Taversal
Merging
Finding the location of the element with a given value is:
Traversal
Search
Sort