CBSE Class 12 Computer Science Question 62 of 63

Data Structures in Python — Question 10

Back to all questions
10
Question

Question 10

Stack is a linear data structure.

Answer

True

Reason — A stack is a linear data structure following the Last In, First Out (LIFO) principle, where elements are arranged sequentially.