Just like we have pointers to variables, there can also be pointers to functions. Following is an example of a function pointer declaration.
Source: LXer – 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.
Source: LXer – Linux C Programming Tutorial Part 25 – Function pointers