What is a function pointer-05240
What is a function pointer?
This multiple choice question (MCQ) is related to the book/course vu cs410 Visual Programming. It can also be found in vu cs410 Final Term - Quiz No.2.
What is a function pointer?
A pointer that passes as an argument to the function
A pointer that is declared inside the function
A pointer that points to the starting address of the function
A pointer that takes return value of some other function