Strings - Programming

Q1:

Which of the following statement is correct about a String in C#.NET?

A A String is mutable because it can be modified once it has been created.

B Methods of the String class can be used to modify the string.

C A number CANNOT be represented in the form of a String.

D A String has a zero-based index.

E The System.Array class is used to represent a string.

ANS:D - A String has a zero-based index.

No answer description is available. Let's discuss.