Match each of the high level language statements given on the left hand side with the most natural addressing mode from those listed on the right hand side.
1 A[1] = B[J]; a Indirect addressing
2 while [*A++]; b Indexed addressing
3 int temp = *x; c Auto increment