Vidyalelo
C# Programming · Q29

Arrays and Strings in C Sharp

Programming · C# Programming · question 29

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
Answer
D.
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