what is the diference between pointer to the function and
function to the pointer?
Answer Posted / selvakumar vedhachalam
There is no difference between poiter to function and
function pointer. It may be two different of saying the
same thing.
Pointer always points to a address.
Function pointer alwyas points to a address of a function.
Example:
void (*fn_ptr)(int, int);
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is a example of a variable?
What are qualifiers and modifiers c?
What are the application of void data type in c?
What are actual arguments?
What is this infamous null pointer, anyway?
What is the difference between typedef and #define?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is malloc() function?
pierrot's divisor program using c or c++ code
What is a volatile keyword in c?
Difference between Function to pointer and pointer to function
How to define structures? ·
What does sizeof return c?
What are the disadvantages of a shell structure?
What library is sizeof in c?