Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Graph Databases In Action

Authors: Dave Bechberger, Josh Perryman

1st Edition

1617296376, 978-1617296376

More Books

Students also viewed these Databases questions

Question

Is your management system defined?

Answered: 1 week ago

Question

=+How will this affect the recruiting process?

Answered: 1 week ago