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

No, C does not support it



Your comments will be displayed only after manual approval.