Multiple choice technology programming languages

CLR is a rich type system built into the CTS which Implements various types (int, float, string, …)

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The statement reverses the actual relationship. CTS (Common Type System) is a component OF CLR (Common Language Runtime), not something that CLR is built into. CLR is the execution environment that includes CTS as part of its type system. The False answer correctly identifies this error.