1.

What Are The Contents Of Activation Record?

Answer»

The activation record is a block of memory used for MANAGING the information needed by a single execution of a procedure.

Various fields F activation record are:

  •  Temporary variables
  •  Local variables
  •  SAVED machine registers
  •  Control link
  •  ACCESS link
  •  Actual parameters
  •  RETURN values

The activation record is a block of memory used for managing the information needed by a single execution of a procedure.

Various fields f activation record are:



Discussion

No Comment Found