×

Multiple-Choice Questions

Stack can be used for?

11. Stack can be used for?

  1. Parsing expression
  2. Recursion
  3. Function Calls Implementation
  4. All of the above

Answer

The correct answer is: D) All of the above

Explanation

Stack is an important data structure in computer science and it is used in multiple areas including

  • Parsing regular expressions
  • Memory management
  • Recursive function calls
  • Function calls management
  • String reversal
  • And many more

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.