22.
What is the correct way to declare a string array named colors with three elements in C#?

24.
What is the result of the expression string[] names = {"John", "Alice", "Bob"}; in C#?

29.
What does the Split() method do when applied to a string in C#?

Read More Section(Arrays and Strings in C Sharp)

Each Section contains maximum 100 MCQs question on Arrays and Strings in C Sharp. To get more questions visit other sections.