nalyze and determine the outputs of the following program statements: #include #include int main() float a=3, c=D4, *p,*q; int i,j,k,n=3, b-3,w-2; float x[3][4]-(9,8,1,2,3,4,5,6,7,8,9,10}, z[4][3]; float y[4]=(1,2,3,4}; for (i=0;i<4;i++) for(j-e;j<3;j++) z[j][i]=x[i][j]; { z[2][1]=x[2][1]; q=8z [2][1]; printf(q- %.2f\n", *q*2); for(i-0;i<3;++i) { C+=y[i]-1%3; a+=y[i]+b; p+-i3; printf("a-%8.2f\n c=%@.2f\n z[2][1]-%e.2f \n",a,c, z[2][1]); i-4; j=3;k-n-1; if (il-j*j-3) (i-k;j-j+i;} else if(i<8) (wen+i+j+1+y[j]l; wen+a+k+2+y[i];} if(w<10) {p-&n; printf("w-Xd", w+5); else printf("w-Xd\n",w-5);)

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.4: A Case Study: Rectangular To Polar Coordinate Conversion
Problem 9E: (Numerical) Write a program that tests the effectiveness of the rand() library function. Start by...
icon
Related questions
Question
what is the ouput for *q and z[2][1]
Analyze and determine the outputs of the following program statements:
#include <stdio.h>
#include <math.h>
int main()
float a=3, c%=D4, *p, *q;
int i,j,k,n=3, b=3,w-2;
float x[3][4]=(9,8,1,2,3,4,5,6,7,8,9, 10}, z[4][3];
float y[4]=(1,2,3,4};
for (i=0;i<4;i++)
for (j-0;j<3;j++)
z[j][i]=x[i][j];
z[2][1]=x[2][1);
q=&z [2][1];
printf("*q- %.2f\n", q*2);
for(i-0;i<3;++i)
{ C+=y[i]-1;
a+=y[i]+b;
p+-i3;
printf("a-%8.2f\n c=%8.2f\n z[2][1]=%@.2f \n", a,c, z[2][1]);
i-4; j=3;K3DD-1;
if (il-j*j-3)
(i-k;j-j+i;}
else if(i<8)
(wen+i+j+1+y[j]; w-n+a+k+2+y[i];}
if(w<10)
(p-&n;
printf("w-Xd",w+5);
else
printf("w-%d\n",w-5);)
Transcribed Image Text:what is the ouput for *q and z[2][1] Analyze and determine the outputs of the following program statements: #include <stdio.h> #include <math.h> int main() float a=3, c%=D4, *p, *q; int i,j,k,n=3, b=3,w-2; float x[3][4]=(9,8,1,2,3,4,5,6,7,8,9, 10}, z[4][3]; float y[4]=(1,2,3,4}; for (i=0;i<4;i++) for (j-0;j<3;j++) z[j][i]=x[i][j]; z[2][1]=x[2][1); q=&z [2][1]; printf("*q- %.2f\n", q*2); for(i-0;i<3;++i) { C+=y[i]-1; a+=y[i]+b; p+-i3; printf("a-%8.2f\n c=%8.2f\n z[2][1]=%@.2f \n", a,c, z[2][1]); i-4; j=3;K3DD-1; if (il-j*j-3) (i-k;j-j+i;} else if(i<8) (wen+i+j+1+y[j]; w-n+a+k+2+y[i];} if(w<10) (p-&n; printf("w-Xd",w+5); else printf("w-%d\n",w-5);)
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Bare Bones Programming Language
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr