Computer Science, asked by mahfila2015, 1 year ago

1.1 Describe the main data structure of Stack

Answers

Answered by QueenOfKnowledge
1

A stack is a basic data structure that can be logically thought of as a linear structure represented by a real physical stack or pile, a structure where insertion and deletion of items takes place at one end called top of the stack.

Answered by nirav0309
0

A stack is a basic data structure that can be logically thought of as a linear structure represented by a real physical stack or pile, a structure where insertion and deletion of items takes place at one end called top of the stack.

Similar questions