Open In App

Data Structures | Stack | Question 2

Which one of the following is an application of Stack Data Structure?
(A) Managing function calls
(B) The stock span problem
(C) Arithmetic expression evaluation
(D) All of the above

Answer: (D)
Explanation: See http://en.wikipedia.org/wiki/Stack_(abstract_data_type)#Applications

Article Tags :