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
Which string operation does the below-mentioned method define?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which string operation does the below-mentioned method define?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!