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