Question: URGENTT C PROGRAMMING Consider the following code and answer the questions below: int arr[] = {l0, 20, 40, 60}; int *p = arr; int result

URGENTT C PROGRAMMING

Consider the following code and answer the questions below: int arr[] = {l0, 20, 40, 60};

int *p = arr;

int result = 0;

for(int i = 0; i < 4; i++)

I

if((arr[i]%20)== 0)

result+= arr[i];

}

Assume that the starting location of the array 'arr' is 0x8000 and the location of the pointer

`p' is 0x9000. Write the output of each of the following expression. Write your answer in

hex or decimal notation. Each subquestion can be answered independently.

i)*(p++)

ii)(*p)++

iii)&arr[1]

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!