Question

Which of the following is not true of pointers to functions?
a. They contain the starting address of the function code.
b. They are dereferenced in order to call the function.
c. They can be stored in arrays.
d. They can not be assigned to other function pointers.

Answer

This answer is hidden. It contains 46 characters.