Get Answers to all your Questions

header-bg qa

What is the meaning of stack

Answers (1)

best_answer

A data structure that is used for storing a collection of objects.

A push operation can be used to add individual items in the stack.

Pop operation is used to remove an item from the stack.

Posted by

Deependra Verma

View full answer