Comments on Linux C Programming Tutorial Part 25 - Function pointers

Just like we have pointers to variables, there can also be pointers to functions. Following is an example of a function pointer declaration.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: wally

Great article.  I'm ready for your pthread walk-through 

By: 01101001b

A very clear article! I've read it quite interested. I understand pointers to functions at last! Thank you!