-
Can we use a function as a parameter of another function? [ Eg: void funA(int funB()) ].
-
- This case is compiler dependent
- Yes, and we can use the function value conveniently
- Yes, but we call the function again to get the value, not as convenient as in using variable
- No, C does not support it
- None of these
Correct Option: D
No, C does not support it