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
Comment on the 2 arrays regarding P and Q: int *a1[8]; int *(a3[8]); P. Array of pointers Q. Pointer to an array
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Comment on the 2 arrays regarding P and Q: int *a1[8]; int *(a3[8]); P. Array of pointers Q. Pointer to an array
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!