Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What will we not do with function pointers?

a) allocation of memory
b) deallocation of memory
c) both allocation & deallocation of memory
d) finds memory status

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

Join The Discussion