volume_mute
A stack is a list with some restricted operations
publish date: 2022/06/17 02:35:00 GMT+10
volume_muteCorrect Answer
True
Explanation
True
You can have some limited operations to push an item to the top of the stack, pop and element from the top of the stack, or top to get the top element.
Reference
go-math-science.com