Question: Based on the following C code: { int x, y, z, sum, total; int *pt1, *pt2, *ptc; x = 99; y = 86; pt1 =
Based on the following C code: { int x, y, z, sum, total; int *pt1, *pt2, *ptc; x = 99; y = 86; pt1 = &y; pt2 = pt1; ptc = &x; z = (*(& 1 answer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
