It's a pointer to a function.
e.g., declaration for a pointer to an integer funtion is:
int (*ptr) ();
e.g., declaration for a pointer to an integer funtion is:
int (*ptr) ();
The blog will contain all the Technical knowledge I have to share and I welcome & would appreciate others for sharing their knowledge :0)
Comments
Post a Comment