Examveda

Which of the following is NOT a valid method of string concatenation in C#?

A. str1 + str2

B. str1.concat(str2)

C. str1.Append(str2)

D. str1 += str2

Answer: Option C


This Question Belongs to C Sharp Programming >> Introduction To C Sharp

Join The Discussion

Related Questions on Introduction to C Sharp