What is string concatenation?



What is string concatenation?..

Answer / Dhirendra Kumar Gupta

String concatenation in C# refers to the process of combining two or more strings into a single string. This can be done using the + operator, string interpolation (C# 6.0 and later), or the String.Concat() method.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is a float?

1 Answers  


How do I move from one form to another in c#?

1 Answers  


What does convert toint32 mean?

1 Answers  


What will a loop recorder show?

1 Answers  


What is the difference between public, static, and void?

1 Answers  


What are lambda expressions used for?

1 Answers  


What is readline library?

1 Answers  


Why do we need a finally block in try catch block while handling exceptions

4 Answers   IBM,


What is the use of main method in c#?

1 Answers  


What is default value of bool in c#?

1 Answers  


What is the difference between asp net and c#?

1 Answers  


What is iqueryable in linq?

1 Answers  


Categories