What is the main use of the function pointer?
|
Contributor
|
|
| 16May2008,17:49 | #1 |
|
What is the main use of the function pointer?
|
|
Go4Expert Founder
|
![]() |
| 16May2008,22:04 | #2 |
|
To store the address of the function execution address and its used in many places passing the function address as a parameter to function for Call Back functions
|
