Computer Science

Stack is a linear data structure.

Python Stack

1 Like

Answer

True

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

Answered By

3 Likes


Related Questions