Page 1 of 1

Which among the given statements are correct about the Stack collection?

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
a) It can be used for evaluation of expressions
b) It is used to maintain a FIFO list
c) Top most element of the Stack collection can be accessed using the Peek()
d) All of the mentioned