Rohan Gupta

Rohan Gupta

  • 1k
  • 751
  • 194.9k

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)