

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statement is correct about a string in C#.NET? |
A. | The System.Array class is used to represent a string |
B. | A string has a zero-based index |
C. | A number cannot be represented in the form of a string |
D. | A string is mutable because it can be modified once it has been created |
Answer» C. A number cannot be represented in the form of a string | |