extern int A[10]; void Func(int *B) { B - &A[5]; }