R

Ram Sharma • 3.40K Points
Extraordinary

Q. What is the primary purpose of the IL (Intermediate Language)?

  • (A) Enable platform-specific execution
  • (B) Provide a common format for source code
  • (C) Provide a CPU-agnostic format compiled by the CLR
  • (D) Store project dependencies

Explanation by: Ram Sharma
IL is a CPU-independent set of instructions compiled into native code by the JIT at runtime.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.