adplus-dvertising
frame-decoration

Question

What is the evaluation stack in .NET programs?

a.

It is a stack of 32-bit entries used for managing state information

b.

It is a fixed-size stack used for storing immediate information

c.

It is a virtual stack used by IL code for managing state information

d.

It is a polymorphic stack used for storing different data types

Posted under Reverse Engineering

Answer: (c).It is a virtual stack used by IL code for managing state information Explanation:The evaluation stack is a virtual stack used by IL code for managing state information in .NET programs. It is not a physical stack and has no meaning during runtime.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the evaluation stack in .NET programs?