Question: Question 3 After executing the code intx=20;int*ptr=&; the state of memory looks as follows: In this picture, each cell represents 1 byte of memory and

Question 3 After executing the code intx=20;int*ptr=&; the state of memory looks as follows: In this picture, each cell represents 1 byte of memory and the number underneath a cell is its address. Thus x occupies the bytes of memory with addresses 1-4 and ptr occupies the bytes of memory with addresses 5-12. What is the value of ptr? 1 2 3 5 20 Question 4 SAVED Say that we have the same code and state of memory from the last question. int x=20 int* ptr=&x What is the value of ptr ? 5 20
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
