[Solved] Why changes is one array data changing the value of another array in C# [duplicate]
Why the arr[1] value is changing when changing the value of arr1[1]? This is your first question, but keep it now after answering the second. and similarly why it is changing when ((int[])o)[1] = 1000; This is your second question. Answer is by seeing what is the initial value of o variable. Object o = … Read more