Google News
logo
Embedded C - Interview Questions
What do you understand by a function pointer?
A function pointer is a pointer that points to a function instead of a variable. That's why a function pointer is completely different from the class of other pointers. A function pointer stores the address of a particular function so that the concerned program can avail of it through function invoking.
Advertisement