An activation record is a data structure created when a procedure or function is called, containing information such as parameters, return addresses, and local variables needed for that specific execution.
An activation record is a data structure created when a procedure or function is called, containing information such as parameters, return addresses, and local variables needed for that specific execution.