Multiple choice What does Common Intermediate Language (CLI) do in application programming? CLI provides the runtime specific code format and specification. It translates the native code to be executable by a virtual machine. CIL is an object-oriented assembly language. The source code is CLI's equivalent to assembly language for a CPU. All of these Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes all are correct.