Vidyalelo
C# Programming · Q62

Miscellaneous in C Sharp

Programming · C# Programming · question 62

Q62

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

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board