Vidyalelo
C Programming · Q48

Pointer

Programming · C Programming · question 48

Q48

Which of the following is the correct way of declaring a float pointer:

A.
float ptr;
B.
float *ptr;
Answer
C.
*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