Kizspy | Question: 48 (Choose 1 answer)
Which of the following accurately describes the compilation process in .NET application development?
A. The process of converting high-level source code into machine code that can be executed by the computer.
B. The process of converting machine code into high-level source code for human readability.
C. The process of converting source code into an intermediate language (IL) called Common Intermediate Language (CIL).
D. The process of compressing the source code for distribution purposes.