Analyze and determine the outputs of the following program statements: #include #include int main() ( float a-3, c4,"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[2][1][2][1]; q=&z[2][1]; printf("q= %.2f\n", *q*2); for(i=0;i<3;++1) (c+ay[1] -1; z[1][1][1][1]; if(w<10) (p-&n; p+=; } printf("a-%0.2f\n c-%0.2f\n z[2][1]-%0.2f \n", a,c,z[2][1]); 1-4;j-3;k-n-1; if (il-jj-3) (1=k;=j+1;) else if(i<8) (wen+1+1+1+y[1]; wen+a+k+2+y[1];} ) else ( } a+my[1]+b; printf("w-%d",w+5); printf("w-%d\n",w-5);}

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter2: Problem Solving Using C++using
Section2.3: Data Types
Problem 9E: (Practice) Although the total number of bytes varies from computer to computer, memory sizes of...
icon
Related questions
Question
Analyze and determine the outputs of the following program statements:
#include <stdio.h>
#include <math.h>
int main()
(
float a-3, c-4,"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[2][1]-x[2][1];
q=&z[2][1];
printf("*q= %.2f\n", *q*2);
for(i=0;i<3; ++i)
{c+=y[1] -1;
z[j][i]=x[i][j];
if(w<18)
(p=&n;
p+=1;
}
printf("a-%0.2f\n c-%8.2f\n z[2][1] -%0.2f \n",a,c,z[2][1]);
i=4;j-3;k-n-1;
if (il-jj-3)
(1=k;j=j+1;}
else if(i<8)
(w=n+1+1+1+y[j]; w=n+a+k+2+y[1];}
}
else
(
a+=y[i]+b;
printf("w-%d",w+5);
}
printf("w-%d\n",w-5);}
Transcribed Image Text:Analyze and determine the outputs of the following program statements: #include <stdio.h> #include <math.h> int main() ( float a-3, c-4,"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[2][1]-x[2][1]; q=&z[2][1]; printf("*q= %.2f\n", *q*2); for(i=0;i<3; ++i) {c+=y[1] -1; z[j][i]=x[i][j]; if(w<18) (p=&n; p+=1; } printf("a-%0.2f\n c-%8.2f\n z[2][1] -%0.2f \n",a,c,z[2][1]); i=4;j-3;k-n-1; if (il-jj-3) (1=k;j=j+1;} else if(i<8) (w=n+1+1+1+y[j]; w=n+a+k+2+y[1];} } else ( a+=y[i]+b; printf("w-%d",w+5); } printf("w-%d\n",w-5);}
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

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