_tcscat(str1, str2) function in C++ is similar to this in C Sharp.

  1. strcat(str1,str2)

  2. str1.Append(str2)

  3. str1.CopyAtEnd(str2)

  4. str1=str1+str2


Correct Option: D

Find more quizzes: