Page 1 of 1

Comment on the following 2 arrays with respect to P and Q. int *a1[8]; int *(a2[8]); P. Array of pointers Q. Point

Posted: Wed Jul 13, 2022 7:54 pm
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