Rohan Gupta

Rohan Gupta

  • 919
  • 749
  • 189.4k

concatenate index value of array in c#

May 15 2017 8:49 AM
 i have an array like this
 
string[] x = new stirng[] { a, b, c,d};
and i want to like this
string[] x = new string[] { ab,cd};


 

Answers (2)