Stack can be described as a pointer. Explain.
Answer Posted / cse
Stack is also dynamic memory, without the hassle.
Dynamic memory uses pointers to check its value, free the
memory, etc.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are two types of sorting?
what is Linked lists?
Are linked lists considered linear or non-linear data structures?
How is hashmap o 1?
What is difference between static and dynamic array?
What is difference between concurrenthashmap and hashtable?
What does each entry in the link list called?
What is default array size?
Which interfaces are implemented by abstractsequentiallist?
Which sorting is used in collections sort?
Is vector a collection?
How do I sort hashset?
Tell me about circular linked list?
write a code for Implementation of stack and queues.
What is a hashmap in c?