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}; 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
Get step-by-step solutions from verified subject matter experts
