Computer Science, asked by inzela4389, 10 months ago

स्टैक को परिभाषित कीजिए।

Answers

Answered by navjotn406
2

Answer:

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

Similar questions