Question: 2)(10 points) Consider the code int *py, xl) - {3,19,24,34,41,57,69}; PY = V+3; printf(%d, py[0] printf(%d , pv[0] + 2 ); pv=v+1; printf(%d, py[1]. printf(%d
2)(10 points) Consider the code int *py, xl) - {3,19,24,34,41,57,69}; PY = V+3; printf("%d", py[0] printf("%d ", pv[0] + 2 ); pv=v+1; printf("%d", py[1]. printf("%d ", pv[-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
