Multiple choice .net c-sharp

Class String and the Char structure found in the:

  1. System.Strings namespace

  2. System.Text namespace

  3. System.Chars namespace

  4. System namespace

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

In C#, the String class and Char structure are both part of the System namespace. String is an alias for System.String, and Char represents System.Char. They are fundamental types and do not require separate namespaces like System.Text or System.Strings.