adplus-dvertising
frame-decoration

Question

What is the purpose of the evaluation stack in .NET?

a.

To store intermediate results during the execution of IL code.

b.

To store the original source code.

c.

To store native code.

d.

None of the above

Posted under Reverse Engineering

Answer: (a).To store intermediate results during the execution of IL code. Explanation:The evaluation stack is used to store intermediate results during the execution of IL code.

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 purpose of the evaluation stack in .NET?