Saved Bookmarks
| 1. |
To which does the function pointer point to?(a) variable(b) constants(c) function(d) absolute variablesThe question was asked in homework.My question is based upon Pointer to Function in division Functions, Namespaces & Exceptions in C++ of C++ |
|
Answer» CORRECT OPTION is (C) function Easy explanation - A function POINTER POINTS to a function. |
|