Function Pointer -


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

This is better if the functions are not already known without using the function pointer you can use C standard How will the library qsort () design?


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -