Function pointer

What is function pointer in C program?

Questions by subhendu1

Showing Answers 1 - 6 of 6 Answers

prasad2315

  • Aug 26th, 2008
 

Function pointer in concept same as interger pointer, char pointer.

Functions also have address keeping this in mind function pointers can be defined as variables, which point to the address of a function.

  Was this answer useful?  Yes

nivi.babuji

  • Jun 18th, 2009
 

Each pointer will point to a data type like integer, float etc., similar to these pointers we can also have some special pointers that point to the memory location of the functions and these pointers are named as function pointers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions