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
Difference between calloc and malloc ?
What is non linear structure?
What is binary search in programming?
State the difference between stacks and linked lists?
What is the difference between array sort () and array sort t >()?
What is difference between stack and queue?
What data structure underlies a python list?
What do you mean by linear probing?
What are the advantages and disadvantages of linked list over array?
Why is hashmap faster than treemap?
What is difference between tree and binary tree?
What is bubble insertion selection sort?
What is a map programming?
How would you check if a binary tree is BST or not ? Write a program.
Is array size dynamic or fixed?