How are values assigned to arrays in C#?
Answers
Answered by
0
In the first method, just assign a value to the elements of the array. If no value is assigned to any element, then its value is assumed to be zero. Suppose we declared a 2-dimensional array a[2][2]. Now, we need to assign values to its elements.
thank you
plz mark as brainllest answer
Similar questions