Function Pointer

Posted by Shaista Naaz on Stack Overflow See other posts from Stack Overflow or by Shaista Naaz
Published on 2010-06-16T04:39:52Z Indexed on 2010/06/16 4:42 UTC
Read the original article Hit count: 282

Filed under:

How is that function pointer better than if-else or switch case? Is it because function pointer helps callback functions and thus promotes asynchronous implementation?

© Stack Overflow or respective owner

Related posts about function-pointers