Stack can be described as a pointer. Explain.
Answer Posted / mousumi
Because stack will contain a head pointer which will always point to the top of the Stack. All Stack Operations are done using Head Pointer. Hence Stack can be Described as a Pointer
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain how to find 3rd element from end in a linked list in one pass?
How do you find the length of an arraylist?
Define level of the tree?
What are linked lists used for?
Can treeset have duplicates?
What is the advantage of the heap over a stack?
What are the Advantages and disadvantages of Array?
What is the logic to reverse the array?
how to display Singly Linked List from First to Last?
How many types of lists are there?
What is sort function?
How to pass in data structure exam?
What is a hash index?
Which file contains the definition of member functions?
Explain about map and their types?