Question: Draw AR diagram for point 1 : #include int main ( void ) { int i; int a [ ] = { 1 0 0

Draw AR diagram for point 1:
#include
int main(void)
{
int i;
int a[]={1000,1200,300,1400,1500,30};
int *z;
*a =99;
*(a +2)=55;
a[1]=11;
z = a +2;
i =2;
*(z-1)=*(z-i)+ z[0];
z[1]=*z * i;
*(z+2)=*(&a[2]- i);
z +3;
z[3]=-9;
i = a - &a[6];
// point one
return 0;
}

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!