- Published on
KembaraXtra- Computer Terms – activation record:
An activation record is a runtime data structure that stores information about a function or procedure call, such as parameters, local variables, and return addresses.
An activation record is a runtime data structure that stores information about a function or procedure call, such as parameters, local variables, and return addresses.
0 Comments