What is a stack ? i…
 
Notifications
Clear all

What is a stack ? in programming

1 Posts
2 Users
0 Likes
516 Views
0
Topic starter

is it based on a real stack ?

1 Answer
0

In computer science, a stack is an abstract data type that serves as a collection of elements, with two main operations: Push, which adds an element to the collection, and. Pop, which removes the most recently added element that was not yet removed.

Share: