Beginner C#
Q2 / 100

What runtime executes C# code?

Correct! Well done.

Incorrect.

The correct answer is B) CLR (Common Language Runtime)

B

Correct Answer

CLR (Common Language Runtime)

Explanation

C# compiles to CIL (Common Intermediate Language), which is executed by the CLR, the .NET runtime.

Progress
2/100