C# creating an array

101

c# create array -

int[] arr = Enumerable.Range(0, X+1).ToArray();

Comments

Submit
0 Comments