Vidyalelo
C# Programming · Q97

Arrays and Strings in C Sharp

Programming · C# Programming · question 97

Q97

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

A.
The System.Array class is used to represent a string
B.
A string has a zero-based index
Answer
C.
A number cannot be represented in the form of a string
D.
A string is mutable because it can be modified once it has been created

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board