Is it possible to have a function as a parameter in another function?

3 years ago
C Programming

Yes, that is allowed in C programming. You just need to include the entire function prototype into the parameter field of the other function where it is to be used.

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions