adspace


what are function pointers?

Answer Posted / Rishabh Kumar Kashyap

Function pointers in C++ are variables that hold the addresses of functions. They allow functions to be passed as arguments to other functions, returned from functions, and stored in data structures.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What character terminates all character array strings a) b) . c) END

1394


Can union be self referenced?

1266


daily Routine of father

1484


What is the latest version on c++?

1206


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

1164