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 is the basic of data structure?
Explain the types of linked lists.
in tree construction which is the suitable efficient data structure? (Array, linked list, stack, queue)
Define level of the tree?
How many parts are there in a declaration statement?
How dynamic arrays are created?
What are the types of binary tree?
What is an recursive algorithm?
Which sorting technique is faster?
What is stable sorting?
State the difference between persistent and ephemeral data structure?
What is a matrix? Explain its uses with an example
Define left-in threaded tree?
What are the applications of priority queues?
What is precision in data structures?