volume_mute
You can push an an element directly to the bottom of a stack
publish date: 2022/06/17 02:40:00 GMT+10
volume_muteCorrect Answer
False
Explanation
In order to push an element to the bottom of a stack, you have to pop all elements in the stack first, then push that element, then push popped elements to the stack
Reference
go-math-science.com