stack frame

A stack frame is a data structure used by a computer program during its execution, containing variables, parameters, and return addresses. It represents a portion of the call stack and is dynamically created and destroyed as functions are called and return.

Requires login.