Multiple choice technology web technology What does CLR stand for ? Compiler Language Runtime Common Language Runtime Common Language Running Time Compiler Language Running Time Reveal answer Fill a bubble to check yourself B Correct answer Explanation CLR stands for Common Language Runtime, the execution environment for .NET applications. It manages memory, handles exceptions, and provides core services for running managed code. This is a fundamental .NET framework concept.