Class String and the Char structure found in the:
-
System.Strings namespace
-
System.Text namespace
-
System.Chars namespace
-
System namespace
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.