Which Among The Given Statements Are Correct About The Stack #702
Which among the given statements are correct about the Stack collection?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions - Collection Classes - Quiz No.1.
Which among the given statements are correct about the Stack collection?
It can be used for evaluation of expressions
It is used to maintain a FIFO list
Top most element of the Stack collection can be accessed using the Peek()
All of the mentioned