Q48
Which of the following is the correct way of declaring a float pointer:
A.
float ptr;
B.
float *ptr;
AnswerC.
*float ptr;
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board