Comment on the below statements with respect to A and B
int *a1[8]; int *(a2[8]);
A. Array of pointers
B. Pointer to an array
Answer: C
No answer description available for this question.