stack belongs to which data type in programming language
Answers
Answered by
0
Stack is also known as abstract data type. It serves as a collection of elements. It has 2 methods:
Push: add an element to a collection
Pop: remove an element from a collection
Similar questions