Home » C++ Programming » Pointers » Question
  1. What is the mandatory part to present in function pointers?
    1. return values
    2. data types
    3. &
    4. All of above
    5. None of these
Correct Option: B

The data types are mandatory for declaring the variables in the function pointers.



Your comments will be displayed only after manual approval.