Vidyalelo
C Programming · Q72

Function

Programming · C Programming · question 72

Q72

Can we use a function as a parameter of another function? [Eg: void wow(int func())].

A.
Yes, and we can use the function value conveniently
B.
Yes, but we call the function again to get the value, not as convenient as in using variable
C.
No, C does not support it
Answer
D.
This case is compiler dependent

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board