Question

Which of the following is false with regard to pointers to functions?
(a) They contain the starting address of the function code.
(b) They"re dereferenced in order to call the function.
(c) They can be stored in arrays.
(d) They cannot be assigned to other function pointers

Answer

This answer is hidden. It contains 3 characters.