Computer Science and Engineering Stacks Question #5747
Single Choice Easy

QWhich of the following is not a common application of a stack?

ID: #5747 Stacks 219 views
Question Info
#5747Q ID
EasyDifficulty
StacksTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Reversing a string
  • B Undoing an operation in a text editor
  • C Evaluating arithmetic expressions
  • D Storing data in a database
Correct Answer

Explanation

Answer: d) Storing data in a database

Explanation: While a stack can be used to store data temporarily in memory, it is not commonly used to store data in a database.

Share This Question

Challenge a friend or share with your study group.