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
When is a graph said to be weakly connected?
What are the two traversal strategies used in traversing a graph?
What are the Advantages and disadvantages of Array?
Does set allow null values?
What is binary tree in computer science?
How to cut or remove an element from the array?
Define binary tree insertion.
Why linked lists are better than arrays?
Why is it called bubble sort?
Which sort algorithm is best?
How can someone display singly linked list from first to last?
Define indegree of a graph?
How does a dynamic array work?
Explain the expression trees?
Can list contain null values?