Stack can be described as a pointer. Explain.
Answer Posted / shweta
the TOP of Stack element is pointed by a pointer,when we
use PUSH and POP operations i.e. LIFO.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What are linked lists most commonly used for?
What is map entry?
On clicking a node in a tree, all the adjacent edges are turned on. Calculate min of clicks such that all the edges are turned on.
Define balanced trees?
What is application of data structure?
Which is faster hashset or treeset?
In Data Structure, write output of given program.
What is the slowest sorting algorithm?
Is it necessary to sort a file before searching a particular item ?
Name the areas in which you can apply data structures extensively?
What is meant by heap sort?
What's the difference between an array and vector?
State the different ways of representing expressions?
What is a hashset?
How treemap orders the elements if the key is a string?