Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

# # / - - - - - - - - - - - - - - - - - - - - -

"#
#
/----------------------------------------------------
/*---------------------------------1----------------
/----------------------------------------------------
()
{
int 1=200000;
int 2;
* lPtr;
lPtr = & 1;
printf(""%ld
"",*lPtr);
2=* lPtr;
printf(""%ld
"", value2);
printf(""%p
""1);
printf(""%p
"", lPtr);
/**/
}
/----------------------------------------------------
/*---------------------------------2----------------
/----------------------------------------------------
(int* pARr int size)
{
int i;
//
(i =0; i <; i++)
{
//*
//[]
printf(""%d"",*(pArr + i));
}
printf(""
"");
}
/----------------------------------------------------
/*---------------------------------3----------------
/----------------------------------------------------
(int x int y int* pAdd int* pSub int* pMul)
{
* pAdd = x + y; //
* pSub = x - y; //
* pMul = x * y; //
}
int ()
{
int arr[]={1,2,4,8,16};
();
(5);
int x y add sub, mu;
printf("":"");
scanf("%d"", &x);
printf("":"");
scanf("%d"" &y);
// x y
// mul
(x, y, & add, & sub, &mul);
printf (""%d +%d =%d
"", x, y, add);
printf(""%d -%d =%d
"", x, y, sub);QM07
printf(""%d x %d =%d
"", x, y, mul);
0;
}
c ers "

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Students also viewed these Databases questions