FAA Interview Question

What are your thoughts on function pointers?

Interview Answer

Anonymous

May 17, 2016

They are pointers to functions. I prefer to use the standard function call when possible. They are frequently used in event/message handler tables for some RTOSes. Like most classes of pointers, I don't have a strong opinion about hem one way or another.