Question 4 1 Pts Following Options Array Pointer Duality Law State O N N O N N O N N O N N Q43898090
Question 4 1 pts Which of the following options does the array/pointer duality law state? O a[n] is the same as *a + n o a[n] is the same as a->n O a[n] is the same as *(a + n)) O a[n] is the same as (a + *n) Show transcribed image text Question 4 1 pts Which of the following options does the array/pointer duality law state? O a[n] is the same as *a + n o a[n] is the same as a->n O a[n] is the same as *(a + n)) O a[n] is the same as (a + *n)
Expert Answer
Answer to Question 4 1 pts Which of the following options does the array/pointer duality law state? O a[n] is the same as *a + n o…
OR