Frequently Asked C Language Interview Question & Answers
Where the function pointers can be used?
The function pointers can be used when if/switch statements are present, in late binding(variation tables) and to implement callbacks activities.
Close
Where the function pointers can be used?
The function pointers can be used when if/switch statements are present, in late binding(variation tables) and to implement callbacks activities.