Question: Let array a be declared and initialised like this: Prefer answers with explanations, thank you!! A3.8. Pointer Arithmetic Let array a be declared and initialised
Let array a be declared and initialised like this:
Prefer answers with explanations, thank you!!
A3.8. Pointer Arithmetic Let array a be declared and initialised like this: int a[10] = { 12, 33, 44, 18, 29, 11, 26, 16, 28, 20 }; What is the value of: *(a + 4)? integer What is the value of: &a [5] - &a[2]? Integer What is the value of: *(a + (&a [3] - a + 1))? integer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
