Interview Question
0of 0 voteswhat is function pointers? what is use of it ?
Country: India
Interview Type: Phone Interview
that stores the address of a function that can later be called through that function pointer. This is useful because functions encapsulate behavior....
function pointer point the directly source code instead of data. it can able to access the memory address directly so, no need to search in operating system lookup table.

when a pointer points to the function and its return type is also a pointer then it is pointer to function . This concept is very useful in datastruct .
- istiyak916 on August 14, 2012 Edit | Flag Reply