Vidyalelo
C# Programming · Q73

Arrays and Strings in C Sharp

Programming · C# Programming · question 73

Q73

Which of these methods can be used to convert all characters in a String into a character array?

A.
CharAt()
B.
getChars()
C.
TocharArray()
Answer
D.
All of the mentioned

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board