KnowledgeBoat Logo

Computer Science

The insertion and deletion from a Stack takes place only from the 'TOP'.

Python Stack

3 Likes

Answer

True

Reason — A stack is a linear/sequence structure or a list of elements in which insertion and deletion can take place only at one end, i.e., stack's top.

Answered By

2 Likes


Related Questions