C Programming - Pointers - Discussion

Discussion Forum : Pointers - Point Out Correct Statements (Q.No. 1)
1.
Which of the following statements correctly declare a function that receives a pointer to pointer to a pointer to a float and returns a pointer to a pointer to a pointer to a pointer to a float?
float **fun(float***);
float *fun(float**);
float fun(float***);
float ****fun(float***);
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
18 comments Page 2 of 2.

P.Rajani said:   1 decade ago
I can't understand properly, please repeat again clearly.

Sradha said:   1 decade ago
Is float***fun(float****); not the correct answer?

Yash said:   9 years ago
I can't understand pointers, please explain it.

Chandarasekaran said:   1 decade ago
I can't understand. Please explain.

Pratiksha said:   6 years ago
Thanks all for explaining it.

Shreya said:   7 years ago
Thanks @Deepthi.

Karthik said:   8 years ago
Thanks @Sundar.

Surya said:   1 decade ago
Thanks sundar.


Post your comments here:

Your comments will be displayed after verification.