InterviewSolution
Saved Bookmarks
| 1. |
What are strings in C#?(a) a sequence of characters(b) array of characters(c) objects of built-in data type(d) a reference typeI got this question in an international level competition.I'm obligated to ask this question of Introduction of String Formatting in portion Miscellaneous topics of C# |
|
Answer» Correct choice is (c) objects of built-in DATA type |
|