write a progam to concatanate two strings
sanjeet kumar
Select an image from your device to upload
By using C# language it can be done by following methods
string a="dsfdffdfdgd";
string b="gdhshfdfghdfg";
console.writeline(a+b);