1.

fun(1, 5) will not work correctly

A. s.i = 10 cannot work as i is ‘public’
B. sample.fun(1, 5) will set value as 5 in arr[1].
C. s.fun(1, 5) will work correctly
Answer» C. s.fun(1, 5) will work correctly


Discussion

No Comment Found