Computer Science, asked by amdevelopers007, 5 hours ago

stack belongs to which data type in programming language

Answers

Answered by SiddharthMadhavan
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