Computer Science, asked by narenkumar2001, 1 year ago

Is it possible to pass functions as an argument to another function?? ​

Answers

Answered by sahil7767
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