Home »
MCQs »
C# MCQs
What is CLR in C#?
12. What is CLR in C#?
- It is a virtual machine component of Microsoft .NET Framework
- It is a virtual machine component of JVM
- It is a compiler to compiler the C# code
- All of the above
Answer: A) It is a virtual machine component of Microsoft .NET Framework
Explanation:
CLR is a virtual machine component of Microsoft .NET Framework.