adplus-dvertising
frame-decoration

Question

What are activation records?

a.

Data elements that represent the state of the currently running function

b.

Data elements that represent the state of the currently running program

c.

Data elements that represent the state of the currently running thread

d.

Data elements that represent the state of the currently running object

Posted under Reverse Engineering

Answer: (a).Data elements that represent the state of the currently running function Explanation:Activation records are data elements that represent the state of the currently running function, containing the parameters passed to the current function along with all the local variables in that function.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What are activation records?