Question: SECTION A (30 marks) 1. Write down the complete output of programme MultParam below. [15 marks) MultParam #include void calc(int a, int b, double r,

 SECTION A (30 marks) 1. Write down the complete output of

SECTION A (30 marks) 1. Write down the complete output of programme MultParam below. [15 marks) MultParam #include void calc(int a, int b, double r, double s, int *c, double *t); main int 1-5, k; double X=10.56, y= printf("1=%d r j=%d ir x=%if inir y=%1f ",i,j,x,y); calc(i,,x,y,&k, &z); printf("k=%d Inir z=%1f ",k,z); system "pause"); void calc(int a, int b, double r, double s, int *c, double *t) float highlevel; *C = a+b; *t = r +5+(C); highlevel=(*2)+(*t); printf("*C=%d \ *t=%1f high level=%1f ", *c,*t, highlevel)

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!