Skip to content

Example how higher-order functions style is implemented in C programming language using pointers to functions.

License

Notifications You must be signed in to change notification settings

humbertoc-silva/higher-order-functions-and-pointers-to-functions-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

higher-order-functions-and-pointers-to-functions-in-c

Example how higher-order functions style is implemented in C programming language using pointers to functions. We have similar functionality like Ruby blocks or JavaScript callbacks when using pointers to functions in C, it's like using a lambda function.

References: The C Programming Language (2nd Edition) - 5.11 Pointers to Functions

About

Example how higher-order functions style is implemented in C programming language using pointers to functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages