a) float *ptr[6]
b) float [6]*ptr
c) float(*ptr)[6]
d) float(*ptr)(6).
What will be the declaration of the variable ptr as the pointer to array of 6 floats?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will be the declaration of the variable ptr as the pointer to array of 6 floats?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!