(
UIL
D
) .19J
24. C# या दृश्य आधारभूत कम्पाइलर आपके कूट को
एक विशेष भाषा में परिवर्तित करता है,
कहलाता है।
(A) MSSL
(B) MSIL
(C) MMSL (D) MISL
Answers
Answer:
According to me the correct answer would be option would be option
(B) MSIL
Explanation:
The correct answer is option (b)MSIL
Visual basic compiler converts your code into a special language named Microsoft Intermediate Language.
The C# or Visual Basic compiler converts your code into a special language named MSIL
MSIL can be defined as the collection or set of instructions that are not dependent to 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 dot net assembly app. The compiler of VB or C# will convert the respective code into a special type language called MSIL. These converted code provides language interoperability.