InterviewSolution
Saved Bookmarks
| 1. |
How is a string typically processed?(a) On a character by character basis(b) On a string by string basis(c) Both On a character by character basis & On a string by string basis(d) None of the mentionedI got this question in semester exam.I need to ask this question from Operation on Characters in portion Arrays and Strings of C# |
|
Answer» CORRECT CHOICE is (a) On a CHARACTER by character basis Best EXPLANATION: NONE. |
|