Home » C++ Programming » Pointers » Question
  1. What will we not do with function pointers?
    1. deallocation of memory
    2. allocation of memory
    3. memory function
    4. both deallocation & allocation of memory
    5. None of these
Correct Option: D

As it is used to execute a block of code, So we will not allocate or deallocate memory.



Your comments will be displayed only after manual approval.