The C# or Visual Basic compiler converts
your code into a special language named
(A) MSSL (B) MSIL
(C) MMSL
(D) MISL
Answers
Answered by
13
Answer:(B) MSIL
Explanation:
As we know that the compiler of vb or c# changes the codes in Microsoft Intermediate Language (MSIL) For understanding to computer.
Answered by
1
The C# or Visual Basic compiler converts your code into a special language named MSIL.
Answer: Option A
Explanation:
MSIL can be defined as the collection or set of instructions that are not dependent on each other. These instructions are generated by a language-based compiler, whenever a project is compiled. The code of MSIL cannot be processed by a CLR before executing.
They could be seen in the dot net assembly app. The compiler of VB or C# will convert the respective code into a special type language called MSIL. This converted code provides language interoperability.
Similar questions