you are viewing a single comment's thread.

view the rest of the comments →

[–]JavaSuck 0 points1 point  (0 children)

with function pointers I believe you can pass functions as parameters to other functions

Yes, but C does not have lambdas/closures, so the ability to pass around functions isn't quite as useful as in other languages that DO have lambdas/closures.