Explore topic-wise MCQs in C# Questions & Answers String Class with Description.

This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your C# Questions & Answers String Class with Description knowledge and support exam preparation. Choose a topic below to get started.

1.

To perform comparison operation on strings supported operations are ____________

A. Compare()
B. Equals()
C. Assignment == operator
D. All of the mentioned
Answer» E.
2.

What does the term immutable means in term of string objects?

A. We can modify characters included in the string
B. We cannot modify characters contained in the string
C. We cannot perform various operation of comparison, inserting, appending etc
D. None of the mentioned
Answer» C. We cannot perform various operation of comparison, inserting, appending etc