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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!