Loading practice questions
ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the full form of "IL"?
Correct Answer: A — Intermediate Language
Explanation:
Intermediate language (IL) is an object-oriented programming language designed to be used by compilers for the .NET Framework before static or dynamic compilation to machine code. The IL is used by the .NET Framework to generate machine-independent code as the output of compilation of the source code written in any .NET programming language.