Q103
What will be the declaration of the variable ptr as the pointer to array of 6 floats?
A.
float *ptr[6]
B.
float [6]*ptr
C.
float(*ptr)[6]
AnswerD.
float(*ptr)(6).
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board