Google News
logo
C# - Quiz(MCQ)
Which of the following statement is correct about a String in C#.NET?
A)
A number CANNOT be represented in the form of a String.
B)
A String has a zero-based index.
C)
Methods of the String class can be used to modify the string.
D)
A String is mutable because it can be modified once it has been created.

Correct Answer :   A String has a zero-based index.

Advertisement