Q29
What does the Split() method do when applied to a string in C#?
A.
Converts the string to lowercase
B.
Converts the string to uppercase
C.
Splits the string into an array of substrings based on a delimiter
AnswerD.
Concatenates the string with another string
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board