Question: int i-18; %d , i-) ; printf(i is while (i>2 } ) ; (g)What is the screen output of the following fragment of C

 int i-18; %d " , i-) ; printf("i is while (i>2

int i-18; %d " , i-) ; printf("i is while (i>2 } ) ; (g)What is the screen output of the following fragment of C code? int l (int a, int b, int c)( return (a*b/2-c); int main ()[ printE( "The result is %d " , f1(4, f1 (3 , 2 ,-6) , 8) ) ; return 0; (h)What is the screen output of the following fragment of C code'? float number = 5.73810; number = (int) 100*number) /100 . O rintf(" number is %+0.2f ", number

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!