Multiple choice technology programming languages Code that targets the CLR is referred to as managed code True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation Code that targets and runs under the control of the Common Language Runtime (CLR) is called managed code. It benefits from services like garbage collection, type safety, and exception handling.