MCQOPTIONS
Saved Bookmarks
| 1. |
Which string operation does the below mentioned method define? public static string Concat(string str0, string str1) |
| A. | Method returns a string |
| B. | String str1 is concatenated to the end of str0 |
| C. | Can be used to concatenate any number of strings |
| D. | All of the mentioned |
| Answer» E. | |