Let\'s consider this code:
char arr[10]; char *ptr1 = &arr[0]; char *ptr2 = &arr[5];
Clearly, these two pointers points to the same o