InterviewSolution
Saved Bookmarks
| 1. |
What is the mandatory part to present in function pointers?(a) &(b) return values(c) data types(d) $The question was asked during an online interview.I need to ask this question from Pointer to Function in section Functions, Namespaces & Exceptions in C++ of C++ |
|
Answer» Correct option is (C) DATA types |
|