✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
int x=12, y=3;
ptr1=&x; ptr2=&y;
*ptr1 = (*ptr1)* (*ptr2);
y+=2;
printf("%d %d",*ptr2,*ptr1);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!