Question 1  of   20

The Peek method of the Stack class

A. removes all objects from the Stack.
B. inserts an element at the top of the Stack.
C. returns an element that is at the top of the Stack but does not remove it from the Stack.
D. removes an element from the top of the Stack.