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 } ) ; (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
Get step-by-step solutions from verified subject matter experts
