Thursday, December 01, 2005

Is It possible to call a Static function by a Function Pointer?

Yes It is Possible. Eventhough, static functions are local to that file, if we assign that function address to a same type (prototype should be strictly same, otherwise result unknown) function pointer. We can call that function indirectly...

No comments: