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.
Sanisha Maharjan
Jan 20, 2022