lenelex.com
Home
Quizzes
Games
Register
Log in
Question 1 of 20
The Push method of the Stack class
A. returns an element that is at the top of the Stack but does not remove it from the Stack.
B. removes all objects from the Stack.
C. inserts an element at the top of the Stack.
D. removes an element from the top of the Stack.
Links:
Stack Class
Stack<T> Class
Collections and Data Structures