A call stack visualization showing factorial(4) breaking down into recursive calls. Return values bubble back up.
Vertical stack of function calls f(4) through f(0). Active frame highlighted. Return values shown on right side.