adplus-dvertising
frame-decoration

Question

How are activation records allocated in the CLR?

a.

On the heap

b.

In a separate memory area from the stack

c.

On the stack

d.

In global memory

Posted under Reverse Engineering

Answer: (c).On the stack Explanation:In most cases, the CLR allocates activation records on the stack.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How are activation records allocated in the CLR?