What will be the declaration of the variable ptr as the pointer to array of 6 floats?
Posted: Wed Jul 13, 2022 7:57 pm
a) float *ptr[6]
b) float [6]*ptr
c) float(*ptr)[6]
d) float(*ptr)(6).
b) float [6]*ptr
c) float(*ptr)[6]
d) float(*ptr)(6).