Stack is used for

2024

Stack is used for

Answer: C. RecursionAnswer : C Explanation Recursive procedures use stacks to execute the result of last executed procedural call.

  1. A.

    CPU Resource Allocation

  2. B.

    Breadth First Traversal

  3. C.

    Recursion

  4. D.

    None of the above

Attempted by 1350 students.

Show answer & explanation

Correct answer: C

Answer : C

Explanation

Recursive procedures use stacks to execute the result of last executed procedural call.

Explore the full course: Cocubes Preparation

Loading lesson…