Question: 2)(10 points) Consider the code int *py, vl] - {3,19,24,34,41,57,69}; PV = V+3; printf(%d, ); printf(%d , ); pv=y+1; printf(%d, ); printf(%d , py[-1]); However,
2)(10 points) Consider the code int *py, vl] - {3,19,24,34,41,57,69}; PV = V+3; printf("%d", ); printf("%d ", ); pv=y+1; printf("%d", ); printf("%d ", py[-1]); However, part of the code is missing (indicated by _). The code is supposed to give the output 34 36 24 19 Fill in the missing expressions using Py, but without using a constant or V
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
