InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods can be used to convert all characters in a String into a character array?(a) CharAt()(b) getChars()(c) TocharArray()(d) All of the mentionedThe question was posed to me in a job interview.My question is from Operation on Characters topic in portion Arrays and Strings of C# |
|
Answer» CORRECT ANSWER is (c) TocharArray() Easy EXPLANATION - None. |
|