Question: After line #3 is executed: If that line of code modifies the array indicate in the fields below the index of the element being modified
After line #3 is executed: If that line of code modifies the array indicate in the fields below the index of the element being modified and also the value that is being written there. If that line does not modify the array enter the number -1 into both fields:
void didymus (int *q) { q = q - 3; void ambrosius() { 1/... int * p = arr + *arr; arr [2] = (*p) + 4; // #1 p[1] = *arr - 1; 1/ #2 p = (p - 2); 1/ # 3 * (p - 1) = (*p) - 1; // #4 didymus (p + 2); 1/ #5 Index: value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
