Question: need help with this hw question ; Trace the following code. Assume thataandbare stored at 20300 and 20308. Your trace table should have entries fora,b,
need help with this hw question ;
Trace the following code. Assume thataandbare stored at 20300 and 20308. Your trace table should have entries fora,b, andp.
double a = 1000; double b = 2000; double* p = &a; *p = 3000;
p = &b;
a = *p * 2;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
