CBSE Class 12 Computer Science Question 55 of 63

Data Structures in Python — Question 3

Back to all questions
3
Question

Question 3

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

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.