#includestdio.h
int main()
{
int arr[5]={1,5,24,7,9};
int *p=arr+5;
printf("%dn",p[-2],arr[*p]);
}

Posted on by