FIS Interview Question

Mention what is MSIL in .NET ?

Interview Answer

Anonymous

Nov 17, 2018

Microsoft Intermediate Language (MSIL) includes instructions for storing, loading, initializing, and calling methods on objects, as well as instructions for logical and arithmetic operations, direct memory access, control flow, exception handling, and other operations.