Discussion :: Strings - C#
-
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.
|
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment