Which data structure is used in a recursive function call?

Explanation:

Recursive calls use the function call stack to store states.

Explore more in Computer Science: