int * ip, ia[12]; ip = ia++;
int * ip, ia[12]; ip = ia;
int * ip, ia[12]; ip = ia + 3;
Answers to these questions.