Question: C PROGRAM!!! Suppose you have made the following declarations: int array []={4,6,12,5,7,3,1,0,10}; int ptr1, ptr2; ptr1 =array+2; ptr2=&ptr1[5]; What is the value of * (ptr1+1)?

C PROGRAM!!! Suppose you have made the following declarations: int array []={4,6,12,5,7,3,1,0,10};C PROGRAM!!!

Suppose you have made the following declarations: int array []={4,6,12,5,7,3,1,0,10}; int ptr1, ptr2; ptr1 =array+2; ptr2=&ptr1[5]; What is the value of * (ptr1+1)? Enter number What is the value of * (ptr23)? Enter number

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!