الرجوع
تسجيل الدخول

Given two array variables arr1 and arr2 such that arr2 = arr1;, what happens if you modify arr2[0] = 10; when arr1 = {1, 2, 3};?