Page 1 of 1

Comment on the 2 arrays regarding P and Q: int *a1[8]; int *(a3[8]); P. Array of pointers Q. Pointer to an array

Posted: Thu Jul 14, 2022 9:07 am
by answerhappygod
a) a1 is P, a2 is Q
b) a1 is P, a2 is P
c) a1 is Q, a2 is P
d) a1 is Q, a2 is Q