InterviewSolution
Saved Bookmarks
| 1. |
Which of these operators can be used to concatenate two or more String objects?(a) +(b) +=(c) &(d) ||This question was addressed to me in my homework.The query is from Introduction of String Formatting in portion Miscellaneous topics of C# |
|
Answer» Right choice is (a) + |
|