|
(a) Neither functions nor function objects can be returned.
(b) Neither function pointers nor function objects can be returned.
(c) Function pointers cannot be returned, but function objects can be returned.
(d) Functions cannot be returned, but function objects can be returned.
|