Page 1 of 1

Which string operation does the below-mentioned method define?

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
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