adplus-dvertising
frame-decoration

Question

What is the function of IL instructions in .NET?

a.

To define the layout of data types in .NET programs.

b.

To compile the original source code to IL code.

c.

To define the basic operations that can be performed on data types.

d.

None of the above

Posted under Reverse Engineering

Answer: (c).To define the basic operations that can be performed on data types. Explanation:The IL instructions define the basic operations that can be performed on data types.

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 function of IL instructions in .NET?