Is it possible to pass functions as an argument to another function??
Answers
Answered by
1
Answer:
You cannot pass function to another function as parameter. But, you can pass function reference to another function using function pointers. Using function pointer you can store reference of a function and can pass it to another function as normal pointer variable
plzzz mark this as branist☺
Similar questions
Math,
6 months ago
Physics,
6 months ago
Social Sciences,
1 year ago
English,
1 year ago
English,
1 year ago