Question: Given the following function definition, what is a[4] after calling f(a, 5)? Assume a is an integer array of length 5, with all elements initialized
Given the following function definition, what is a[4] after calling f(a, 5)? Assume a is an integer array of length 5, with all elements initialized to 0. void f(int a, int n) { intp: *a=6; for (p=a+1; p
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
