Which data structure should you use? seenagape 9 years ago You need to create an application that processes data on a last-in, first-out (LIFO) basis.Which data structure should you use? A. Stack B. Array C. Tree D. Queue Explanation:A stack implements LIFO. ← Previous question Next question →