Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Suppose the following code is given(division () is integer division) int update(int *p) { *p=*p+2; return (*p)+2 } void main() { int i-20.j-20, sum1,sum2;

 

Suppose the following code is given(division () is integer division) int update(int *p) { *p=*p+2; return (*p)+2 } void main() { int i-20.j-20, sum1,sum2; sum1=(1/2)+update(&i); sum2=update(&i)+(j/2); } What are the values of sum1 and sum2? a- If the operands in the expressions are evaluated left to right? b- If the operands in the expressions are evaluated right to left? c- Are sum1 and sum2 same? Why?

Step by Step Solution

3.42 Rating (155 Votes )

There are 3 Steps involved in it

Step: 1

a If the operands in the expressions are evaluated left to right For sum1 1 12 evaluates to 12 2 upd... 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

OCP Oracle Certified Professional Java SE 11 Developer Practice Tests Exam 1Z0 819 And Upgrade Exam 1Z0 817

Authors: Scott Selikoff, Jeanne Boyarsky

1st Edition

1119696135, 978-1119696131

More Books

Students also viewed these Programming questions