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 best complexity of bubble sort?
How can you represent a linked list node?
What is meant by hashing?
What happens if we put a key object in a hashmap which exists?
What is copyonwritearraylist?
What is array sort?
Differentiate between arraylist and linkedlist.
For addition and deletion. Which one is most preferred: array list or linked list?
What are examples of data structures?
Is array of data structure?
Why is hashset used?
Explain different methods in which you can traverse a tree?
List the data structures which are used in rdbms, network data modal, and hierarchical data model.
What can be stored in an arraylist?
When should structures be passed by values or by reference?