Saved Bookmarks
| 1. |
What is stack in computer science |
|
Answer» Explanation: In COMPUTER science, a stack is an ABSTRACT data type that serves as a collection of ELEMENTS, with two main principal operations: Push, which adds an element to the collection, and. Pop, which REMOVES the most recently added element that was not YET removed |
|