Home »
MCQs »
C# MCQs
What does the CLR in C# do?
13. What does the CLR in C# do?
- Manages the execution of Webpages programs
- Manages the parsing of the various types
- Manages the execution of .NET programs
- All of the above
Answer: C) Manages the execution of .NET programs
Explanation:
The CLR is used to manage the execution of .NET programs.