2
Answers

concatenate index value of array in c#

Rohan Gupta

Rohan Gupta

7y
305
1
 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)