

MCQOPTIONS
Saved Bookmarks
1. |
Can we use a function as a parameter of another function? [ Eg: void funA(int funB()) ]. |
A. | This case is compiler dependent |
B. | Yes, and we can use the function value conveniently |
C. | Yes, but we call the function again to get the value, not as convenient as in using variable |
D. | No, C does not support it |
E. | None of these |
Answer» E. None of these | |