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 data structure in programming language?
How can we reverse a singly linked list?
What does a bubble chart show?
What is binary tree in computer science?
What is difference between hashmap and linkedhashmap?
How do hash tables work?
What does sorting an array do?
Why hashmap is faster than hashtable?
In what areas do data structures are applied?
What is structured data with example?
What are doubly linked lists?
Why do we need algorithm?
If I try to add enum constants to a treeset, what sorting order will it use?
What is data structure operations?
Which is best array or linked list?