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
2 Likes
Stack is a linear data structure.
1 Like
True
Reason — A stack is a linear data structure following the Last In, First Out (LIFO) principle, where elements are arranged sequentially.
Answered By
2 Likes