Stack can be described as a pointer. Explain.
Answer Posted / pramod
Because stack will contain a head pointer which will always
point to the top of the Stack.
All Stack Operations are done using Head Pointer. Hence
Stack ca be Described as a Pointer
| Is This Answer Correct ? | 50 Yes | 4 No |
Post New Answer View All Answers
Which language is best to learn data structures?
How does a selection sort work?
What is data structure what is need of it?
Is boolean a data type?
What is the difference between array list and vector list?
Is binary tree a binary search tree?
What is stable sorting method?
What does args stand for?
What is the use of sorting the data?
How do you find the size of an arraylist?
What is range search?
Define rehashing?
What is the difference between data type and data structure?
Why is sorting important?
What is difference between hashmap and linkedhashmap?