The operation ____ is used to remove the top element from the stack.
A. pop
B. push
C. peek
D. isEmpty
Answer: A
Computer Science & Information Technology
You might also like to view...
Which of the following is not a predefined symbolic constant?
(a) __ERROR__ (b) __FILE__ (c) __TIME__ (d) __LINE__
Computer Science & Information Technology
Write the header for a loop that will process each character of the string object movie in turn.
What will be an ideal response?
Computer Science & Information Technology