Home / C# Programming / Strings - C# :: Discussion

Discussion :: Strings - C#

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

  2. 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.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment