Pointer Arithmetic

int a[10];
int *ip = &a[3];
ip += 2;