Multiple Choice
In a list implementation of a stack,the end of the list at which elements are added and removed is called
A) the active end of the stack
B) the head of the stack
C) the top of the stack
D) the bottom of the stack
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: A queue is a container that allows
Q8: Consider a class that uses the following
Q9: Consider a class that uses the following
Q10: In an implementation of a stack based
Q11: A queue based on a linked list
Q13: Compilers of modern programming languages support method
Q14: Consider a class that uses the following
Q15: In an array-based implementation of a stack,an
Q16: The JCF Stack class is used to
Q17: A stack is a container that allows