Question: Please attach the code so that I can run and check. 1. (55 points) Write a C++ code that includes the following operations: -z3 x,

Please attach the code so that I can run and check.
1. (55 points) Write a C++ code that includes the following operations: -z3 x, y and z are integer variables. A void function (subroutine) named GetData should be declared to get data forx and y from keyboard. Hint: Pointers must be used in the subroutine. 2. (45 points) Show the hex addresses and variable values after the statements have beern executed. (All pointers are 4 bytes!) No screenshot is needed.) The first byte of memory below is xFF3A int main0 double a= 32.5, b; int c = 5, d= 4.5, x; double "g, int s, t; s=&x; t = &d; value FF3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
