what do you mean pointer to function?
Answers
Answered by
0
Answer:
Pointer as a function parameter is used to hold addresses of arguments passed during function call. This is also known as call by reference. When a function is called by reference any change made to the reference variable will effect the original variable.
Explanation:
Similar questions