Which string operation does the below-mentioned method define?
public static string Concat(string str0, string str1)
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: Option D
Join The Discussion