Q:

Which string method is used for concatenation of two strings in c#?

0

Which string method is used for concatenation of two strings in c#?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

“Concat” method of String class is used to concatenate two strings

Example

string.Concat(firstnamestr, lastnamestr)

 

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Top 100 C# interview questions and answers 2022

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is the difference between “continue” and ... >>
<< Name the compiler of C#?...